diff --git a/client/cypress/integration/frontend/rooms/room-page.spec.js b/client/cypress/integration/frontend/rooms/room-page.spec.js index 1968821f..58f268e4 100644 --- a/client/cypress/integration/frontend/rooms/room-page.spec.js +++ b/client/cypress/integration/frontend/rooms/room-page.spec.js @@ -87,7 +87,7 @@ describe('The Room Page', () => { cy.getByDataCy('room-actions').should('not.exist'); }); - it.skip('changes visibility of a room', () => { + it('changes visibility of a room', () => { const MeQuery = getMinimalMe({ isTeacher: true, });