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
429
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.421

2

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

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

@@ -203,3 +203,3 @@ import selectors from "#selectors/requests"

cy.xpath(selectors.requestInputOption.replace('processName', processName)).click();
cy.xpath('//div[@id="details"]//span[text()="Completed"]').should('be.visible');
cy.xpath('//div[@id="details"]//span[text()="Completed"]').scrollIntoView().should('be.visible');
}

@@ -206,0 +206,0 @@

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