Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobarrososso committed Sep 25, 2024
1 parent 75d43e9 commit e9ef315
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"date-fns": "^3.6.0"
},
"dependencies": {
"@processmaker/cypress-utils": "^1.0.225"
"@processmaker/cypress-utils": "^1.0.228"
}
}
2 changes: 1 addition & 1 deletion selectors/dataConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
resourceNmeTxt:'[name="purpose"]',
CategoryTxt: '[class="multiselect__tag"] span',
dataSourceIndex: '//div[@id="dataSourceIndex"]//div[@id="search"]//input',
dataSourceIndexLoading: '//div[@id="dataSourceIndex"]//div[@class="jumbotron jumbotron-fluid"]//h3[text()="Loading"]',
dataSourceIndexLoading: '//div[@id="dataSourceIndex"]//div[@class="jumbotron jumbotron-fluid"]//h3',
dataSourceEllipsis: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/button',
dataSourceEditButtonForSpecificUser: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/ul/div/li[1]/a',
dataSourceRemoveButtonForSpecificUser: '//*[@id="dataSourceIndex"]/div[2]/div[2]/table/tbody/tr/td[7]/div/ul/div/li[4]/a',
Expand Down

0 comments on commit e9ef315

Please sign in to comment.