Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flacky e2e tests #6576

Merged
merged 8 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
fix: flaky tests
  • Loading branch information
alicanerdurmaz committed Dec 12, 2024
commit f715faf1c1851e74d85c95ba5b5a9fe7aef4f448
1 change: 1 addition & 0 deletions cypress/e2e/table-material-ui-use-data-grid/all.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe("table-material-ui-use-data-grid", () => {
cy.wait("@getPosts").then((interception) => {
const request = interception.request;
const query = request.query;
expect(query.title_like).to.eq("lorem");
});
});

Expand Down
Loading