@processmaker/cypress-utils
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@processmaker/cypress-utils", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "ProcessMaker Cypress Testing Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -219,6 +219,6 @@ import selectors from "#selectors/processLaunchPad"; | ||
cy.xpath(selectors.dragAndClickHere).should('be.visible'); | ||
cy.xpath(selectors.dragAndClickHere).click(); | ||
cy.xpath(selectors.dragAndClickHere).click({force:true}); | ||
cy.xpath(selectors.embedVideo).should('be.visible'); | ||
cy.xpath(selectors.embedVideo).click(); | ||
cy.xpath(selectors.urlVideo).type(video); | ||
cy.xpath(selectors.embedVideo).click({force:true}); | ||
cy.xpath(selectors.urlVideo).type(video, {force:true}); | ||
cy.xpath(selectors.buttonApply).click(); | ||
@@ -225,0 +225,0 @@ } |
1760339