fix(e2e): missing method

This commit is contained in:
Elian Doran 2025-01-12 17:17:07 +02:00
parent cdf4a7385d
commit 1abc8abee6
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ test("Can drag tab to new window", async ({ page }) => {
await page.mouse.move(x, y + tabPos.height + 100, { steps: 5 });
await page.mouse.up();
} else {
fail("Unable to determine tab position");
test.fail(true, "Unable to determine tab position");
}
// Wait for the popup to show