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
409
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 1.0.374 to 1.0.375

2

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc