-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Move the failing code out of the before to get a screenshot * Move before each code to each test to get a screnshot * Move goToReports to afterEach hook * Change tests setup * Change setup of default mobile specs * Delete async from describe * Remove oldLogout and oldCloseReloadModal since 4.4 is released * Set shouldUpdate to true when using new CloseReloadModal * Wait for page to load after cookie login * Since not able to reproduce locally, only test upgrade to get a screenshot * Add close reload modal after go to Abour. As per screenshot the reload modal is blocking the version * Back to old close reload modal * Add test id to about version element * Revert "Add test id to about version element" This reverts commit 359b7f3. * Revert "Back to old close reload modal" This reverts commit e0d37e1. * Revert "Add close reload modal after go to Abour. As per screenshot the reload modal is blocking the version" This reverts commit 7140b79. * Revert "Since not able to reproduce locally, only test upgrade to get a screenshot" This reverts commit d772113. * Revert "Wait for page to load after cookie login" This reverts commit 156e0a7. * Use old close reload modal * Change about version selector * Add a test-id to retrieve about version element * Reload app on about page * Add go to base url before login * Wait for page to Load * remove a bunch more describe asyncs * remove before function to get screenshot and better logging * try a backwards compatible version selector * Revert "try a backwards compatible version selector" This reverts commit af76974. * Add sync step * Use new closeReloadModal after login * Wait for page to load, close reload modal and, wait again for page to load * Use old close reload modal * Try to close old reload modal after going to about page * Add new close reload modal * Move afterEach from online Describe to first test * Add after on second test also * Restore changes before removing before function * Get rid of breaks * Add browser.refresh and sync to try to load the updated About Page * wait for sw generation * comment out slow running builds - revert before merging * clarify found logs message * refresh AFTER sync * eslnit * optimistically remove browser pause * Revert "comment out slow running builds - revert before merging" This reverts commit cf66af8. * Delete unused function --------- Co-authored-by: Maria Lorena Rodriguez Viruel <[email protected]> Co-authored-by: Gareth Bowen <[email protected]>
- Loading branch information
Showing
25 changed files
with
55 additions
and
73 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
tests/integration/sentinel/transitions/sentinel-transition-error-log.spec.js
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
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
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.