We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d88d756 + 56fdffb commit 9d500b8Copy full SHA for 9d500b8
1 file changed
pages/login.js
@@ -26,7 +26,6 @@ export class Login {
26
cy.wait(2000);
27
28
// Verify that the login was successful
29
- cy.url().should('include', '/inbox');
30
31
// Verify that the navbar is present and visible
32
cy.get('#navbar1', { timeout: 30000 })
0 commit comments