fix race in playwright sticky test

This commit is contained in:
Timo K
2026-04-14 16:23:05 +02:00
parent 2ae1df467d
commit 57f12d3d1c
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ test.skip(
'This test is not working on firefox, page.keyboard.press("Tab") not reliable in headless mode',
);
test("can only interact with header and footer while reconnecting", async ({
test("can not interact with media tiles while reconnecting (only with header and footer)", async ({
page,
}) => {
await page.goto("/");