Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 84efee5

Browse files
committed
tests: try to fix failing Cypress test
1 parent 9d8244f commit 84efee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cypress/integration/example05.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ describe('Example 5 - OData Grid', () => {
199199
it('should Clear all Filters and expect to go back to first page', () => {
200200
cy.get('#grid5')
201201
.find('button.slick-grid-menu-button')
202-
.trigger('click')
203-
.click();
202+
.click({ force: true });
204203

205204
cy.get(`.slick-grid-menu:visible`)
206205
.find('.slick-menu-item')

0 commit comments

Comments
 (0)