Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Jan 31, 2024
1 parent ff2b4dc commit d387e89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/support/pages/course/pageCourses.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ class Courses {
}

searchForARoom(roomName) {
cy.wait('@rooms_overview_api');
cy.get(Courses.#searchFieldRoomOverview).type(roomName)
}

Expand Down

0 comments on commit d387e89

Please sign in to comment.