Skip to content

Commit

Permalink
Merge pull request #171 from kudouhei/update-e2e-wait-time
Browse files Browse the repository at this point in the history
update: reduce wait time still fix flakiness
  • Loading branch information
Confidenceman02 authored May 26, 2024
2 parents 3f90042 + a1dd024 commit a3cb5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ describe("JsOptimized", () => {
expect(dynamicAttribsVisibleBeforeFocus).toBeFalsy();

await page.focus("[data-test-id=selectInput]");
await page.waitForTimeout(200);
await page.waitForTimeout(15);
const dynamicAttribsVisibleAfterFocus = await page.isVisible(
`[data-es-dynamic-select-input]`
);
Expand Down

0 comments on commit a3cb5ad

Please sign in to comment.