diff --git a/tests/context-menu.spec.ts b/tests/context-menu.spec.ts index 5637a07ef2..abc7bdf5c0 100644 --- a/tests/context-menu.spec.ts +++ b/tests/context-menu.spec.ts @@ -17,6 +17,7 @@ async function openAdvancedFilters(page: Page) { } async function moveMouseAwayFromTable(page: Page) { + await page.mouse.move(0, 0); await page.mouse.click(0, 0); } diff --git a/tests/context-menu.spec.ts-snapshots/go-to-1-chromium-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-1-chromium-linux.png index 81561f7639..bb51a0c7c9 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-1-chromium-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-1-chromium-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-1-firefox-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-1-firefox-linux.png index 1eeb5f966a..e5542444c8 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-1-firefox-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-1-firefox-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-1-webkit-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-1-webkit-linux.png index b94656bdc1..54789fcfee 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-1-webkit-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-1-webkit-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-2-chromium-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-2-chromium-linux.png index 3593b8f43a..d41bad9889 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-2-chromium-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-2-chromium-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-2-firefox-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-2-firefox-linux.png index 733af037f2..619f34a835 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-2-firefox-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-2-firefox-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-2-webkit-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-2-webkit-linux.png index 7c79760b5f..278829d688 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-2-webkit-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-2-webkit-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-3-chromium-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-3-chromium-linux.png index 1154bdac7a..4ca46daefb 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-3-chromium-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-3-chromium-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-3-firefox-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-3-firefox-linux.png index ea1c591724..db76da8775 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-3-firefox-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-3-firefox-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/go-to-3-webkit-linux.png b/tests/context-menu.spec.ts-snapshots/go-to-3-webkit-linux.png index 3dcd988dea..a8a722ae39 100644 Binary files a/tests/context-menu.spec.ts-snapshots/go-to-3-webkit-linux.png and b/tests/context-menu.spec.ts-snapshots/go-to-3-webkit-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/reverse-table-1-chromium-linux.png b/tests/context-menu.spec.ts-snapshots/reverse-table-1-chromium-linux.png index d024c15552..82331997b9 100644 Binary files a/tests/context-menu.spec.ts-snapshots/reverse-table-1-chromium-linux.png and b/tests/context-menu.spec.ts-snapshots/reverse-table-1-chromium-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/reverse-table-1-firefox-linux.png b/tests/context-menu.spec.ts-snapshots/reverse-table-1-firefox-linux.png index 055833091d..cf7efd959b 100644 Binary files a/tests/context-menu.spec.ts-snapshots/reverse-table-1-firefox-linux.png and b/tests/context-menu.spec.ts-snapshots/reverse-table-1-firefox-linux.png differ diff --git a/tests/context-menu.spec.ts-snapshots/reverse-table-1-webkit-linux.png b/tests/context-menu.spec.ts-snapshots/reverse-table-1-webkit-linux.png index 442e9786b1..e682390d5f 100644 Binary files a/tests/context-menu.spec.ts-snapshots/reverse-table-1-webkit-linux.png and b/tests/context-menu.spec.ts-snapshots/reverse-table-1-webkit-linux.png differ