New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@processmaker/cypress-utils

Package Overview
Dependencies
Maintainers
0
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@processmaker/cypress-utils - npm Package Compare versions

Comparing version

to
1.0.373

2

package.json
{
"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 @@

}
}
}