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 909b80e commit 818df52Copy full SHA for 818df52
tutorial-cypress/cypress/e2e/examples/applitools.spec.js
@@ -10,7 +10,7 @@ describe('Hello Cypress, This is Applitools', () => {
10
appName: 'Demo',
11
testName: 'Hello'
12
});
13
- //cy.contains('?diff1').click();
+ cy.contains('?diff1').click();
14
//cy.contains('Click me!').click();
15
cy.eyesCheckWindow();
16
cy.eyesClose();
0 commit comments