Skip to content

Commit

Permalink
Merge pull request #316 from ProcessMaker/scheduleFuntion
Browse files Browse the repository at this point in the history
Schedule funtion
  • Loading branch information
MayraMelisa authored Dec 4, 2024
2 parents 45a68a3 + d138a58 commit 5134294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/saveSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ export class SaveSearchs {
cy.xpath("//label[contains(text(),'Time')]")
.should('be.visible');
cy.xpath(selectors.selecttime)
.should('be.visible')
.click();
.should('exist')
.should('be.visible');
cy.get('[aria-label="clock"]').click();

// Esperar que el dropdown esté visible
cy.get('[class="dropdown-menu show"]')
Expand Down

0 comments on commit 5134294

Please sign in to comment.