Fix cypress test

This commit is contained in:
Ramon Wenger 2020-03-24 16:48:11 +01:00
parent b13ca67d78
commit 18d52f8d2e
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ describe('Class Management', () => {
cy.get('[data-cy=remove-from-class]').first().click();
cy.get('[data-cy=modal-save-button]').click();
cy.get('[data-cy=active-class-members-list]').within(() => {
cy.get('[data-cy=school-class-member]').should('have.length', 1)
});