Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayraMelisa committed Dec 4, 2024
1 parent 45a68a3 commit d138a58
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 d138a58

Please sign in to comment.