Skip to content

Commit a2fd948

Browse files
committed
rm only
1 parent f634de1 commit a2fd948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/tests/dropdown-menu/dropdown-menu.browser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ it("should not cause unwanted focus jumps between different dropdown menus", asy
512512
await expect.element(trigger1).not.toHaveFocus();
513513
});
514514

515-
it.only("should not scroll to previous dropdown trigger when closing a different dropdown", async () => {
515+
it("should not scroll to previous dropdown trigger when closing a different dropdown", async () => {
516516
const t = render(DropdownMenuMultipleTest);
517517
onTestFinished(() => t.unmount());
518518

0 commit comments

Comments
 (0)