@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -306,3 +306,3 @@ import { Login } from "#pages/login" | ||
if ($el.trim() == "0 items") { | ||
this.importBtnScreenSharedTemplate(screenTemplatePath); | ||
this.importScreenSharedTemplate(screenTemplatePath); | ||
} else { | ||
@@ -309,0 +309,0 @@ cy.log("no result"); |
1760299