FjolleJagt / kbhff_selenium_tests

2 stars 1 forks source link

Refactor login tests #13

Closed cleborys closed 5 years ago

cleborys commented 5 years ago

Broke different functionalities up and into separate files, packed functionality of test_canResetPassword into specific functions.

FjolleJagt commented 5 years ago

(Also, it's possible we can get rid of the boilerplate iterating over browsers by using annotations, but I suspect this will conflict with whatever black magic is being used to find and run the tests... So probably better to leave it as it is.)

cleborys commented 5 years ago

This closes issue #7