diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 1883016..fde63ec 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -35,6 +35,6 @@ Cypress.Commands.add("sendMessage", (name, subject,email) => { .click() //Check if backend it loaded - cy.contains('a', 'B&B Booking Management') - + cy.get('div.room-form') + .should('be.visible') }) \ No newline at end of file