Skip to content

Commit 951025d

Browse files
committed
Fix review requested change
1 parent 5c7fec6 commit 951025d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress-studio/cypress/integration/login/login.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ describe('Cypress Studio code example', () => {
88
cy.get('[data-test="password"]').clear();
99
cy.get('[data-test="password"]').type('secret_sauce');
1010
cy.get('[data-test="login-button"]').click();
11-
cy.get('.title').should('have.text', 'Products');
1211
cy.get('.title').should('be.visible');
12+
cy.get('.title').should('have.text', 'Products');
1313
/* ==== End Cypress Studio ==== */
1414
});
1515

0 commit comments

Comments
 (0)