@processmaker/cypress-utils
Advanced tools
Comparing version
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,3 +41,3 @@ import selectors from "#selectors/filtering.js"; | ||
.click(); | ||
cy.get('[class="jumbotron jumbotron-fluid"]').should("be.visible"); | ||
//cy.get('[class="jumbotron jumbotron-fluid"]').should("be.visible"); | ||
//cy.get('[class="jumbotron jumbotron-fluid"]').should("not.be.visible"); | ||
@@ -44,0 +44,0 @@ } |
1760301
0