Skip to content

Commit

Permalink
updMethodsInProcessTesting
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Jun 10, 2024
1 parent b746828 commit 56b2231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/abTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export class ABTesting {
case 'advanced':
this.clickOnAdvanced(iframeOption);
this.fillExpression(expression, iframeOption);
//this.moveScrollbar();
break;
default:
break;
Expand Down
1 change: 0 additions & 1 deletion pages/processTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class ProcessTesting {
}

this.clickOnRunTestBtnFromModeler();
//cy.get('div[class="modal-content"]').should('not.exist');
}

runTestFromModeler(runTestConfig, iframeOption, optionInAlternative, typeOfRun, expression) {
Expand Down

0 comments on commit 56b2231

Please sign in to comment.