@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.368 to 1.0.369
{ | ||
"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
1887287
34497