Re-enable test
This commit is contained in:
parent
eedf7202d6
commit
21f8cd4022
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue