Skip to content

Commit

Permalink
Update dropdown.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 18, 2024
1 parent c650ea9 commit 96a1b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dropdown.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe("Dropdown Class Tests", () => {
await new Promise(res => setTimeout(res, 50));
await vi.waitFor(() => {
expect(dropend.menu.className).to.contain("show");
expect(dropend.menu.style.cssText).to.contain("left: 100%");
expect(dropend.menu.style.cssText).to.contain("left: auto");
}, 551);
dropend.dispose();
Object.assign(body.style, bodyPads.reset);
Expand Down

0 comments on commit 96a1b23

Please sign in to comment.