@processmaker/cypress-utils
Advanced tools
Comparing version
{ | ||
"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"); |