Skip to content

Commit a99a647

Browse files
committed
Reset
1 parent a336bcb commit a99a647

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
@@ -5,10 +5,10 @@ Cypress.on('uncaught:exception', (err, runnable) => {
55
});
66
describe('Hello Cypress, This is Applitools', () => {
77
it('works', () => {
8-
cy.visit('https://demo.applitools.com/loginBefore.html')
8+
cy.visit('https://applitools.com/helloworld')
99
cy.eyesOpen({
1010
appName: 'Demo',
11-
testName: 'Login'
11+
testName: 'Hello'
1212
});
1313
//cy.contains('?diff1').click();
1414
//cy.contains('Click me!').click();

0 commit comments

Comments
 (0)