Skip to content

Commit

Permalink
Merge pull request #216 from ProcessMaker/UpdateSelectorInPagesFix
Browse files Browse the repository at this point in the history
UpdateSelectorInPagesFix
  • Loading branch information
WendyFPM authored Sep 10, 2024
2 parents 7dd65c0 + ac04cbf commit f5b85b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors/pagesFixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
searchPages: '[data-test="search"]',
editBtn: '//div[@class="border rounded-lg sortable-item-action"]//i[@class="fas fa-edit"]//parent::button',
deleteBtn: '//div[@class="border rounded-lg sortable-item-action"]//i[@class="fas fa-trash-alt"]//parent::button',
editPageName: '//div[@class="rounded sortable-item-name"]//input',
editPageName: '//div[@data-test="sortable-table-box"]//input',
pageNameInput: '[data-cy="add-page-name"]',
saveBtn: '//button[contains(text(),"SAVE")]',
addPageInModal: '//i[@class="fa fa-plus"]//parent::button',
Expand Down

0 comments on commit f5b85b6

Please sign in to comment.