@processmaker/cypress-utils
Advanced tools
Comparing version
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.372", | ||
"version": "1.0.373", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,10 @@ import { NavigationHelper } from "#helpers/navigationHelper"; | ||
clickOnUiPath(){ | ||
cy.get('[data-target="#collapseOne2"]').click(); | ||
cy.xpath('//div[contains(text(),"UiPath")]').should('be.visible'); | ||
cy.xpath('//div[contains(text(),"UiPath")]').click(); | ||
} | ||
deleteOrganizationName(){ | ||
@@ -102,3 +110,3 @@ | ||
} | ||
} | ||
} |
1892833
0.01%34608
0.01%