Skip to content

Commit

Permalink
.survey
Browse files Browse the repository at this point in the history
  • Loading branch information
Annelein committed Nov 24, 2023
1 parent ef2c072 commit e513690
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ describe('Class Survey View', () => {
cy.get("#skip").click();
goToTeachersPage();
cy.get(".view_class").contains(new RegExp(`^${classname}$`)).click();
cy.get("#survey").should('not.exist');
cy.get(".survey").should('not.exist');
})

it('Can be skipped and survey is not shown after', () => {
cy.get("#remind_later").click();
goToTeachersPage();
cy.get(".view_class").contains(new RegExp(`^${classname}$`)).click();
cy.get("#survey").should('not.exist');
cy.get(".survey").should('not.exist');
})
})

0 comments on commit e513690

Please sign in to comment.