Skip to content

Commit

Permalink
Merge pull request #17 from ProcessMaker/modifications
Browse files Browse the repository at this point in the history
modifications
  • Loading branch information
pablobarrososso authored Apr 29, 2024
2 parents e7241d4 + c379412 commit e4eed40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/processLaunchpad.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ export class ProcessLaunchpad {

attachVideo(video){
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();
}

Expand Down

0 comments on commit e4eed40

Please sign in to comment.