Skip to content

Commit 8c859e9

Browse files
authored
Merge pull request #5 from applitools/q6
Q6
2 parents 8681f81 + d0805a4 commit 8c859e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial-cypress/cypress/e2e/examples/applitools.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ describe('Hello Cypress, This is Applitools', () => {
1010
appName: 'Demo',
1111
testName: 'Hello'
1212
});
13-
cy.contains('?diff1').click();
14-
//cy.contains('Click me!').click();
13+
//cy.contains('?diff1').click();
14+
cy.contains('Click me!').click();
1515
cy.eyesCheckWindow();
1616
cy.eyesClose();
1717
});

0 commit comments

Comments
 (0)