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 5486c37 commit c748230Copy full SHA for c748230
tutorial-cypress/cypress/e2e/examples/applitools.spec.js
@@ -5,7 +5,7 @@ Cypress.on('uncaught:exception', (err, runnable) => {
5
});
6
describe('Hello Cypress, This is Applitools', () => {
7
it('works', () => {
8
- cy.visit('https://demo.applitools.com/loginBefore.html')
+ cy.visit('https://demo.applitools.com/loginAfter.html')
9
cy.eyesOpen({
10
appName: 'Demo',
11
testName: 'Login'
0 commit comments