Skip to content

Commit

Permalink
Merge pull request #277 from ProcessMaker/screenBest2
Browse files Browse the repository at this point in the history
update
  • Loading branch information
PaolaPellegrini authored Oct 2, 2024
2 parents 599b25c + 465799c commit f99f3dd
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 @@ -176,8 +176,8 @@ export class ScreenTemplate {
}

searchForPublicScreen(nameScreenTemplate) {
cy.get(selectors.screenPublicTemplate).should('be.visible');
cy.get(selectors.noDataAvailable).should('not.exist');
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(3500);
}
Expand Down

0 comments on commit f99f3dd

Please sign in to comment.