Fix bug in cypress test

This commit is contained in:
Daniel Egger 2024-04-26 12:00:19 +02:00
parent 4c0d73150e
commit 45be3ae296
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ describe("dueDates.cy.js", () => {
cy.get('[data-cy="due-date-list"]').children().should("have.length", 7);
// can filter by session
cy.get('[data-cy="select-session"]').click();
selectDropboxItem('[data-cy="select-session"]', "Zürich");
cy.get('[data-cy="due-date-list"]').children().should("have.length", 1);
selectDropboxItem('[data-cy="select-session"]', "Bern");