Skip to content

Commit

Permalink
fix: flaky cypress test (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson authored Aug 22, 2024
1 parent dcad0c0 commit c7dd63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/cypress/e2e/hierarchical-table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const values = hierarchical.attributes

context("hierarchical collections", () => {
beforeEach(function () {
const queryParams = "?sample=mammals&mouseSensor"
const queryParams = "?sample=mammals&mouseSensor&scrollBehavior=auto"
const url = `${Cypress.config("index")}${queryParams}`
cy.visit(url)
cy.wait(1000)
Expand Down

0 comments on commit c7dd63d

Please sign in to comment.