-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* task: change cypress CI so that it runs whatever tests are imported by `admin/ci.cy.js`; this will make it easier to add future tests as we build them * chore(cypress): add improved login method that re-uses sessions between tests to avoid extra logins * chore: fix sign_out tests filename as it was incorrect * fix: update `app_pages.cy.js` test to use new `cy.login` implementation * task: update `make format` to also run on cypress test code * chore: formatting * fix: use correct path 🤦♂️
- Loading branch information
1 parent
469354d
commit 399be08
Showing
13 changed files
with
322 additions
and
234 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// import './gca_pages.cy'; | ||
import './app_pages.cy'; | ||
import './gca_pages.cy'; | ||
import "./app_pages.cy"; | ||
import "./gca_pages.cy"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// import './gca_pages.cy'; | ||
import './login.cy'; | ||
import './register.cy'; | ||
import './qualtrics.cy'; | ||
import "./login.cy"; | ||
import "./register.cy"; | ||
import "./qualtrics.cy"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import "./a11y/app_pages.cy"; | ||
import "./sign_out/sign_out.cy"; |
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.