Re-enable test

This commit is contained in:
Christian Cueni 2021-11-11 15:47:25 +01:00
parent eedf7202d6
commit 21f8cd4022
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ describe('The Room Page', () => {
cy.getByDataCy('room-actions').should('not.exist'); cy.getByDataCy('room-actions').should('not.exist');
}); });
it.skip('changes visibility of a room', () => { it('changes visibility of a room', () => {
const MeQuery = getMinimalMe({ const MeQuery = getMinimalMe({
isTeacher: true, isTeacher: true,
}); });