Skip to content

Commit

Permalink
Readd wait
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jan 23, 2025
1 parent 12c88fe commit 6f31109
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ export default class CyOverviewPage extends Page {
.contains(optionName)
.as('option')
.scrollIntoView()
.should('be.visible');
.should('be.visible')
.wait(10);

cy.get('@option')
.should('have.class', 'objective-menu-option')
Expand Down

0 comments on commit 6f31109

Please sign in to comment.