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.368 to 1.0.369

2

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

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

@@ -361,6 +361,7 @@ import selectors from "#selectors/requests"

//Click on +CASE
cy.get('button[id="navbar-request-button"]').click();
cy.xpath('//div[@id="requests-modal"]//*[contains(@class,"modal-content")]').should('be.visible');
//Verify that list finish to load
cy.get('[id="requests-modal"]>* [class="process-list"]').should('exist');
cy.get('button[id="navbar-request-button"]').should("be.visible");
cy.get('button[id="navbar-request-button"]').click();
cy.xpath('//div[@id="requests-modal"]//*[contains(@class,"modal-content")]').should('be.visible');
//Verify that list finish to load
cy.get('[id="requests-modal"]>* [class="process-list"]').should('exist');
//Write the Process name

@@ -367,0 +368,0 @@ cy.get(selectors.request_search_input).type(processname).should('have.value',processname);

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