mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(e2e): missing method
This commit is contained in:
parent
cdf4a7385d
commit
1abc8abee6
@ -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.move(x, y + tabPos.height + 100, { steps: 5 });
|
||||||
await page.mouse.up();
|
await page.mouse.up();
|
||||||
} else {
|
} else {
|
||||||
fail("Unable to determine tab position");
|
test.fail(true, "Unable to determine tab position");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for the popup to show
|
// Wait for the popup to show
|
||||||
|
Loading…
x
Reference in New Issue
Block a user