-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Tests): All e2e tests working in Firefox
Notable changes: * Add a conditional "reload if Firefox" method that will force page reloads in-between tests. FF apparently doesn't do this automatically, perhaps only/esp. on localhost.j * Had to split the cancelFilter helper function into two, one for the 208 tutorial and one for 103. For some reason each required a different selector to get the right button to click. This can be fixed later * Updated Selenium version * Reworked many click events to use a combo of mouseUp() and mouseDown(). Firefox was not liking * In FF the navbar header would overlay controls and intercept click events. An addition was made to the firefox check method that removes the header before testing begins.
- Loading branch information
Showing
16 changed files
with
571 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.