Skip to content

Commit

Permalink
Merge pull request #102 from ProcessMaker/updateMethodTo-AB
Browse files Browse the repository at this point in the history
updateMethodTo-AB
  • Loading branch information
WendyFPM authored Jun 6, 2024
2 parents a4562af + fda7ec3 commit 265aee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/abTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,9 @@ export class ABTesting {
}

goToEndPage(){
cy.get(selectors.bodyPageInSummary).should('be.visible');
cy.get(selectors.bodyPageInSummary)
.click({ force: true })
.type("{meta+downarrow}");
.type("{meta+downarrow}",{force:true});
}
}

0 comments on commit 265aee6

Please sign in to comment.