Skip to content

Commit 9d1f352

Browse files
authored
Merge pull request #6 from applitools/q7
reset
2 parents 8c859e9 + 19f62d9 commit 9d1f352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Hello Cypress, This is Applitools', () => {
1111
testName: 'Hello'
1212
});
1313
//cy.contains('?diff1').click();
14-
cy.contains('Click me!').click();
14+
//cy.contains('Click me!').click();
1515
cy.eyesCheckWindow();
1616
cy.eyesClose();
1717
});

0 commit comments

Comments
 (0)