-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TESTING] Refactor cypress tests #4027
Labels
cypress
issues related to Cypress (front-end) testing
Comments
One more task for @Annelein? |
mergify bot
pushed a commit
that referenced
this issue
Apr 17, 2024
Fixes the following tests for #4027 : - [x] admin page - [x] explore program page - [x] feedback
mergify bot
pushed a commit
that referenced
this issue
May 25, 2024
Fixes the following tests for #4027 : - for-teacher page - [x] class page The last few tests, which are not in the class page folder. Have only a few edited lines, this is because those were id's changed in class page tests, so I changed all occurrences. @jpelay I will take care of the conflicts that this will give for #5130
mergify bot
pushed a commit
that referenced
this issue
Jun 18, 2024
Refactors the entire `for-teacher folder` for #4027 : - `customize-adventure folder` only data-cy and .it() refactoring **How to test** I think the best way is to click around the for-teacher page tests and see if they are structured better, readabilty improved and if they cover testing the whole for-teacher page
This was referenced Jul 2, 2024
Merged
mergify bot
pushed a commit
that referenced
this issue
Jul 8, 2024
Fixes the following tests for #4027 : - [x] home page - [x] login page - [x] recover page - [x] signup page - [x] subscribe page
Merged
mergify bot
pushed a commit
that referenced
this issue
Aug 9, 2024
Fixes the following tests for #4027 :
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As stated by @rix0rrr in #3972 there are two ways in which our tests can be improved:
define
s with a singleit
we can group different tests under a singledefine
. Saving code and making our test suite more organized.id
or other HTML attributes used in functionality for the tests.Update: I will change tests bit by bit
-> 🧹 Refactor cypress tests (part 1) #5393
-> 🧹 Cypress part4 #5647
-> 🧪 Cypress part5 #5683
The text was updated successfully, but these errors were encountered: