Skip to content

Commit

Permalink
Merge pull request #233 from ProcessMaker/UpdateSearchScreen
Browse files Browse the repository at this point in the history
updateSearchScreen
  • Loading branch information
WendyFPM authored Sep 24, 2024
2 parents e28d309 + bd28886 commit 0b0f0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/screens.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ export class Screens {

searchScreen(screenName, option = 'edit') {
cy.get(Selectors.loadingSpinnerScreen).should('not.be.visible');
cy.wait(2000);
cy.wait(3000);
cy.get(Selectors.searchInputBox).first().type(screenName).should('have.value', screenName);
cy.get(Selectors.loadingSpinnerScreen).should('be.visible');
cy.get(Selectors.loadingSpinnerScreen).should('not.be.visible');
this.pressThreePointsTable();
switch (option) {
case 'edit':
Expand Down

0 comments on commit 0b0f0f8

Please sign in to comment.