Skip to content

Commit

Permalink
Merge pull request #276 from ProcessMaker/screenBest
Browse files Browse the repository at this point in the history
update utils
  • Loading branch information
PaolaPellegrini authored Oct 2, 2024
2 parents ee24192 + da8d76d commit 06654d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/screenTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ export class ScreenTemplate {
cy.get(selectors.screenPublicTemplate).should('be.visible');
cy.get(selectors.noDataAvailable).should('not.exist');
cy.xpath(selectors.searchInputScreenTemplatePublic).type(nameScreenTemplate).should('have.value', nameScreenTemplate).type('{enter}');
cy.wait(1500);
cy.wait(3500);
}

searchForMyTemplateScreen(nameScreenTemplate) {
cy.get(selectors.screenMyTemplate).should('be.visible');
cy.get(selectors.noDataAvailable).should('not.exist');
cy.xpath(selectors.searchInputScreenTemplate).type(nameScreenTemplate).should('have.value', nameScreenTemplate).type('{enter}');
cy.wait(1500);
cy.wait(3500);
}

searchScreenTemplateAndSelectOptionsPublic(
Expand Down

0 comments on commit 06654d0

Please sign in to comment.