Skip to content

Commit

Permalink
test: skip flaky dropdown e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Nov 19, 2024
1 parent 3c045b1 commit ceb7414
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 @@ -12,7 +12,7 @@ test.describe("dropdown Class with Storybook", () => {
DropDown = new Dropdown(page, DropDownLocator, "Test DropDown");
});

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

0 comments on commit ceb7414

Please sign in to comment.