Say what the browser gives a popover trigger, and pin the part all engines can prove
CI / full-gate (push) Successful in 2m51s
Mirror / github-mirror (push) Successful in 3s

This commit was merged in pull request #94.
This commit is contained in:
2026-08-26 09:10:46 +02:00
parent ebc1398906
commit 0ad4c6b09c
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -94,6 +94,7 @@ test("a popover menu sits on its trigger and closes on an outside click or Esc
await expect(panel).toBeVisible();
await page.keyboard.press("Escape");
await expect(panel).toBeHidden();
await expect(trigger).toBeFocused(); // the browser returns focus, so no trigger needs a tabindex
});
test("mobile layout hides the sidebar off-canvas behind the hamburger", async ({ page }) => {