Fix bug in cypress test
This commit is contained in:
parent
4c0d73150e
commit
45be3ae296
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue