From 58f86558a21e25bc08b3b77dfd026642fecf89ec Mon Sep 17 00:00:00 2001 From: bmurmistro Date: Tue, 15 Aug 2023 11:48:18 -0600 Subject: [PATCH 1/2] no thumbs up --- .../cypress/integration/examples/applitools.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-cypress/cypress/integration/examples/applitools.spec.js b/tutorial-cypress/cypress/integration/examples/applitools.spec.js index e89c0cb..44809be 100644 --- a/tutorial-cypress/cypress/integration/examples/applitools.spec.js +++ b/tutorial-cypress/cypress/integration/examples/applitools.spec.js @@ -11,7 +11,7 @@ describe('Hello Cypress, This is Applitools', () => { testName: 'Demo MDS' }); //cy.contains('?diff2').click(); - cy.contains('Click me!').click(); + //cy.contains('Click me!').click(); cy.eyesCheckWindow('Hello'); cy.eyesClose(); }); From 63cca2daeeff9fbbf18c9ea4f415ce0935bc7889 Mon Sep 17 00:00:00 2001 From: bmurmistro Date: Tue, 15 Aug 2023 11:52:32 -0600 Subject: [PATCH 2/2] fix batch --- tutorial-cypress/applitools.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-cypress/applitools.config.js b/tutorial-cypress/applitools.config.js index 10397e5..2e5a0e3 100644 --- a/tutorial-cypress/applitools.config.js +++ b/tutorial-cypress/applitools.config.js @@ -16,7 +16,7 @@ module.exports = { //batchName: 'Demo', //branchName: 'bmurmistro/GithubIntegrationCypress/master', //serverUrl: 'https://testeyesapi.applitools.com', - batchId: process.env.APPLITOOLS_BATCH_ID, + //batchId: process.env.APPLITOOLS_BATCH_ID, failCypressOnDiff: false, dontCloseBatches: true }