@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ import selectors from "#selectors/naturalLanguage" | ||
setDataOnDescription(descriptionData){ | ||
cy.get(selectors.descriptionNL).type(descriptionData); | ||
cy.get(selectors.descriptionNL).type(descriptionData,{delay:1000}); | ||
} | ||
@@ -22,3 +22,3 @@ | ||
cy.get(selectors.generateBTtnNL).should('be.visible').click({timeout: 1000}); | ||
cy.wait(3000); | ||
cy.wait(5000); | ||
} | ||
@@ -25,0 +25,0 @@ |
1777756