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
424
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.11

2

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

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

@@ -130,3 +130,3 @@ import selectors from "#selectors/naturalLanguage"

generateProcessFromImage(){
cy.get('.preview-file-info').should('exist');
cy.get('[class="icon-wrapper p-1 mx-3"]').should('exist');
cy.get('.btn-outline-secondary').should('be.visible',{timeout: 1000});

@@ -133,0 +133,0 @@ cy.xpath("//button[contains(text(),'Generate')]").should('be.visible').click({timeout: 1000});

@@ -44,3 +44,3 @@ import selectors from "#selectors/translations"

cy.xpath('//div[@id="createProcessTranslation___BV_modal_content_"]').should("be.visible",{timeout: 5000});
cy.wait(3000);
cy.wait(5000);
}

@@ -54,3 +54,3 @@

verifyCreation(languageSet){
cy.xpath(selectors.translationsSearch).should("be.visible").type(languageSet,{delay:1000});
cy.xpath(selectors.translationsSearch).should("be.visible").type(languageSet);
this.waitUntilTranslationComplete('selector','button [class="text-capitalize screen-toolbar-button"]');

@@ -57,0 +57,0 @@ cy.get('#table-translations > tbody > tr:nth-child(1)').should("be.visible");