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.386 to 1.0.387

2

package.json
{
"name": "@processmaker/cypress-utils",
"version": "1.0.386",
"version": "1.0.387",
"description": "ProcessMaker Cypress Testing Utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -83,3 +83,3 @@ import Selectors from "#selectors/scripts";

pressSaveScript() {
cy.xpath(Selectors.CreateSaveBtn).click();
cy.xpath(Selectors.CreateSaveBtn).click({force:true});
}

@@ -120,2 +120,3 @@

);
cy.wait(4000);
this.pressSaveScript();

@@ -122,0 +123,0 @@ cy.xpath(Selectors.debuggerTxt).should("be.visible");

Sorry, the diff of this file is too big to display

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