Skip to content

Commit c748230

Browse files
committed
show diffs
1 parent 5486c37 commit c748230

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
@@ -5,7 +5,7 @@ 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://demo.applitools.com/loginAfter.html')
99
cy.eyesOpen({
1010
appName: 'Demo',
1111
testName: 'Login'

0 commit comments

Comments
 (0)