Fix cypress test
This commit is contained in:
parent
b13ca67d78
commit
18d52f8d2e
|
|
@ -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)
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue