describe('The Rooms Page', () => {
it.only('goes to the rooms page', () => {
cy.login('rahel.cueni', 'test');
cy.visit('/rooms');
cy.get('.add-room').should('exist');
});