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

Commit 5ef0c86

Browse files
committed
tests: fix Cypress test
1 parent 4ceeb1f commit 5ef0c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cypress/integration/example27.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe('Example 27 - GraphQL Basic API without Pagination', { retries: 1 }, ()
163163
});
164164

165165
it('should Clear all Filters and expect all rows to be back', () => {
166-
cy.get('#grid25')
166+
cy.get('#grid27')
167167
.find('button.slick-gridmenu-button')
168168
.trigger('click')
169169
.click();

0 commit comments

Comments
 (0)