Skip to content

Commit

Permalink
modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobarrososso committed Apr 29, 2024
1 parent 900d71b commit c379412
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 c379412

Please sign in to comment.