We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7fec6 commit 951025dCopy full SHA for 951025d
cypress-studio/cypress/integration/login/login.spec.js
@@ -8,8 +8,8 @@ describe('Cypress Studio code example', () => {
8
cy.get('[data-test="password"]').clear();
9
cy.get('[data-test="password"]').type('secret_sauce');
10
cy.get('[data-test="login-button"]').click();
11
- cy.get('.title').should('have.text', 'Products');
12
cy.get('.title').should('be.visible');
+ cy.get('.title').should('have.text', 'Products');
13
/* ==== End Cypress Studio ==== */
14
});
15
0 commit comments