Skip to content

Commit

Permalink
test: add a delay for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Nov 7, 2024
1 parent af884fa commit 976d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testkit/__TESTS__/dropdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test.describe("dropdown Class with Storybook", () => {
});

test("set dropdown value", async ({ page }) => {
await page.waitForTimeout(500);
await page.waitForTimeout(3000);
await DropDown.selectItem("2");
await page.waitForTimeout(500);
expect(await DropDown.getText()).toContain("2");
Expand Down

0 comments on commit 976d60f

Please sign in to comment.