We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72452d8 commit 1746024Copy full SHA for 1746024
cypress/e2e/login.ts
@@ -2,6 +2,7 @@ export const login = (
2
email: string = 'janedoe@atomic.dev',
3
password: string = 'password'
4
) => {
5
+ cy.wait(1000);
6
cy.findByLabelText('Email *').type(email);
7
cy.findByLabelText('Password *').type(password);
8
cy.findByText('Sign in').click();
0 commit comments