@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.374 to 1.0.375
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.374", | ||
"version": "1.0.375", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,5 +13,6 @@ import { NavigationHelper } from "#helpers/navigationHelper"; | ||
clickOnUiPath(){ | ||
cy.get('[data-target="#collapseOne2"]').click(); | ||
cy.get('[data-target="#collapseOne2"]').click({delay: 500}); | ||
cy.xpath('//div[contains(text(),"UiPath")]').should('be.visible'); | ||
cy.xpath('//div[contains(text(),"UiPath")]').click(); | ||
cy.xpath('//div[contains(text(),"UiPath")]').click({force: true}); | ||
} | ||
@@ -18,0 +19,0 @@ |
1892696