Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijbet committed Jul 26, 2024
1 parent 93a3080 commit 2c02b04
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1757,9 +1757,6 @@ describe("calcite-combobox", () => {
await page.waitForChanges();
await page.waitForTimeout(DEBOUNCE.filter);

await page.waitForChanges();
await page.waitForTimeout(DEBOUNCE.filter);

let chips = await page.findAll("calcite-combobox >>> calcite-chip");
expect(chips.length).toBe(1);
await input.press("j");
Expand Down

0 comments on commit 2c02b04

Please sign in to comment.