Skip to content

Commit

Permalink
AddselectorInProcesstesting
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Sep 14, 2024
1 parent d077892 commit 1642a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors/processTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
//Additional data
additionalData: '.view-lines',
runTestBtn: '//button[contains(text(),"Run")]',
cancelBtn: '//footer//button[text()="Cancel"]',
cancelBtn: '//footer//button[text()[normalize-space()="Cancel"]]',
//Check to bypass Script tasks and Data Connectors
bypassCheckbox: '//input[@type="checkbox"]',

Expand Down

0 comments on commit 1642a48

Please sign in to comment.