Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Apr 25, 2024
1 parent 48a9919 commit 45e4af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress-commands/src/commands.ts
Expand Up @@ -195,7 +195,7 @@ Cypress.Commands.add('clickDropdownMenuItemByText', { prevSubject: 'element' },
const staticArea = await $dropdown.get(0).getStaticAreaItemDomRef();
cy.wrap(staticArea).find('[ui5-responsive-popover][open]').should('be.visible');
// necessary as otherwise focusing the ui5-li is fuzzy
cy.wait(100);
cy.wait(300);
cy.wrap(staticArea)
.contains(text)
.then(async ($li) => {
Expand Down

0 comments on commit 45e4af0

Please sign in to comment.