@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.386 to 1.0.387
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.386", | ||
"version": "1.0.387", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -83,3 +83,3 @@ import Selectors from "#selectors/scripts"; | ||
pressSaveScript() { | ||
cy.xpath(Selectors.CreateSaveBtn).click(); | ||
cy.xpath(Selectors.CreateSaveBtn).click({force:true}); | ||
} | ||
@@ -120,2 +120,3 @@ | ||
); | ||
cy.wait(4000); | ||
this.pressSaveScript(); | ||
@@ -122,0 +123,0 @@ cy.xpath(Selectors.debuggerTxt).should("be.visible"); |
Sorry, the diff of this file is too big to display
1891407
34598