Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
farisashai committed Jan 7, 2024
1 parent b6bbdac commit c87e70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages/auth/login.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Login Page', () => {
cy.get('button').contains('Sign In').click();

cy.location('pathname').should('equal', '/login');
cy.get('Required').should('be.hidden');
cy.get('Required').should('not.exist');
});
});

Expand Down

0 comments on commit c87e70e

Please sign in to comment.