Add basic rooms page tests
This commit is contained in:
parent
4abf899222
commit
2dae1dfb0b
|
|
@ -0,0 +1,9 @@
|
|||
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');
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue