From 56b2231a459c18d686605eaa4e794e875505e35d Mon Sep 17 00:00:00 2001 From: WendyFPM Date: Mon, 10 Jun 2024 09:06:26 -0400 Subject: [PATCH] updMethodsInProcessTesting --- pages/abTesting.js | 1 - pages/processTesting.js | 1 - 2 files changed, 2 deletions(-) diff --git a/pages/abTesting.js b/pages/abTesting.js index a23db6b..1d70cbc 100644 --- a/pages/abTesting.js +++ b/pages/abTesting.js @@ -192,7 +192,6 @@ export class ABTesting { case 'advanced': this.clickOnAdvanced(iframeOption); this.fillExpression(expression, iframeOption); - //this.moveScrollbar(); break; default: break; diff --git a/pages/processTesting.js b/pages/processTesting.js index 4bcca9b..b2e91e2 100644 --- a/pages/processTesting.js +++ b/pages/processTesting.js @@ -143,7 +143,6 @@ export class ProcessTesting { } this.clickOnRunTestBtnFromModeler(); - //cy.get('div[class="modal-content"]').should('not.exist'); } runTestFromModeler(runTestConfig, iframeOption, optionInAlternative, typeOfRun, expression) {