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
5
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.21 to 1.0.22

2

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

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

@@ -394,3 +394,5 @@ import selectors from "#selectors/processTesting";

searchTestRun(value) {
cy.get(selectors.searchTestRun).should('be.visible').clear().type(`${value}{enter}`, { delay: 100 }).should('have.value', value);
cy.get(selectors.searchTestRun).should('be.visible');
cy.get(selectors.searchTestRun).click().clear();
cy.get(selectors.searchTestRun).type(`${value}`, { delay: 100 }).should('have.value', value);
}

@@ -397,0 +399,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