Skip to content

Commit

Permalink
🪲 Fix flaky invite by username test (#5623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelay authored Jun 19, 2024
1 parent 06a369f commit 23302bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ teachers.forEach((teacher) => {
cy.getDataCy('invite_student').click();
cy.getDataCy('modal_prompt_input').type(student);
cy.getDataCy('modal_ok_button').click();

cy.wait(500)
login(student, "123456");

cy.getDataCy('user_dropdown').click();
Expand Down

0 comments on commit 23302bc

Please sign in to comment.