@processmaker/cypress-utils
Advanced tools
Comparing version
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.420", | ||
"version": "1.0.421", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -203,3 +203,3 @@ import selectors from "#selectors/requests" | ||
cy.xpath(selectors.requestInputOption.replace('processName', processName)).click(); | ||
cy.xpath('//div[@id="details"]//span[text()="Completed"]').should('be.visible'); | ||
cy.xpath('//div[@id="details"]//span[text()="Completed"]').scrollIntoView().should('be.visible'); | ||
} | ||
@@ -206,0 +206,0 @@ |
Sorry, the diff of this file is too big to display
1890186
-0.1%34605
-0.13%