From 4699baf03d3f48f61a8e6a2b0fd34df21c1c32b9 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 13 Feb 2024 11:45:36 -0500 Subject: [PATCH] Migrate repaint test from Gecko to Chromium (#10315) * Disable Gecko repaint test * Migrate repaint test from Gecko to Chromium * Delete no-longer-referenced doc_control_flow_firefox.html example --- packages/e2e-tests/examples.json | 4 - packages/e2e-tests/tests/repaint.test.ts | 2 +- .../examples/doc_control_flow_firefox.html | 128 ------------------ 3 files changed, 1 insertion(+), 133 deletions(-) delete mode 100644 public/test/examples/doc_control_flow_firefox.html diff --git a/packages/e2e-tests/examples.json b/packages/e2e-tests/examples.json index d4668f795dd..a104c7a7af1 100644 --- a/packages/e2e-tests/examples.json +++ b/packages/e2e-tests/examples.json @@ -39,10 +39,6 @@ "recording": "73be1d20-519f-49a0-ae8b-439c9f6fe187", "buildId": "linux-chromium-20240126-c9de98d17d37-50d01be708a2" }, - "doc_control_flow_firefox.html": { - "recording": "4b513d2c-df10-49c6-833d-73099c3ac81d", - "buildId": "linux-gecko-20230919-abf2e86b2910-4d0a9f5b9de2" - }, "doc_debugger_statements.html": { "recording": "0ada5d1e-9f3d-4cab-a67e-879b9162d71d", "buildId": "linux-chromium-20240126-c9de98d17d37-50d01be708a2" diff --git a/packages/e2e-tests/tests/repaint.test.ts b/packages/e2e-tests/tests/repaint.test.ts index 12cd7780462..1ee2bebafe0 100644 --- a/packages/e2e-tests/tests/repaint.test.ts +++ b/packages/e2e-tests/tests/repaint.test.ts @@ -4,7 +4,7 @@ import { addBreakpoint } from "../helpers/source-panel"; import { waitFor } from "../helpers/utils"; import { Page, test } from "../testFixtureCloneRecording"; -test.use({ exampleKey: "doc_control_flow_firefox.html" }); +test.use({ exampleKey: "doc_control_flow.html" }); test("repaint: repaints the screen screen when stepping over code that modifies the DOM", async ({ pageWithMeta: { page, recordingId }, diff --git a/public/test/examples/doc_control_flow_firefox.html b/public/test/examples/doc_control_flow_firefox.html deleted file mode 100644 index 230e26b9528..00000000000 --- a/public/test/examples/doc_control_flow_firefox.html +++ /dev/null @@ -1,128 +0,0 @@ - - -
Hello World!
- - -