Skip to content

Commit

Permalink
✨ (integration-side-bar.spec.ts): add a 4-second delay before making …
Browse files Browse the repository at this point in the history
…the API call to improve test reliability
  • Loading branch information
Cristhianzl committed Oct 24, 2024
1 parent d770a60 commit fe3f4a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ test("user should be able to see integrations in the sidebar if mvp_components i
test("user should NOT be able to see integrations in the sidebar if mvp_components is false", async ({
page,
}) => {
await page.waitForTimeout(4000);
await page.route("**/api/v1/config", (route) => {
route.fulfill({
status: 200,
Expand Down

0 comments on commit fe3f4a8

Please sign in to comment.