We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f634de1 commit a2fd948Copy full SHA for a2fd948
1 file changed
tests/src/tests/dropdown-menu/dropdown-menu.browser.test.ts
@@ -512,7 +512,7 @@ it("should not cause unwanted focus jumps between different dropdown menus", asy
512
await expect.element(trigger1).not.toHaveFocus();
513
});
514
515
-it.only("should not scroll to previous dropdown trigger when closing a different dropdown", async () => {
+it("should not scroll to previous dropdown trigger when closing a different dropdown", async () => {
516
const t = render(DropdownMenuMultipleTest);
517
onTestFinished(() => t.unmount());
518
0 commit comments