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 c7db05b commit ace0988
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 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.228"
"@processmaker/cypress-utils": "^1.0.229"
}
}
7 changes: 3 additions & 4 deletions pages/dataConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ export class Dataconnectors {
.should('have.value', name);
cy.xpath(selectors.dataSourceIndexLoading).should('be.visible');
cy.wait(2000);
cy.xpath(selectors.firstRowDataConnector, { timeout: 10000 })
.find('td')
.then(($loadedTable) => {
if ($loadedTable.length === 1) {
cy.xpath(selectors.dataSourceIndexLoading, { timeout: 10000 })
.then(($message) => {
if ($message.length === 1) {
this.createADataConnector(name, description, type);
cy.xpath(selectors.resourcesTitle).should('be.visible');
cy.xpath(selectors.resourcesTitle).click();
Expand Down

0 comments on commit ace0988

Please sign in to comment.