Skip to content

Commit

Permalink
Migrate repaint test from Gecko to Chromium (#10315)
Browse files Browse the repository at this point in the history
* Disable Gecko repaint test
* Migrate repaint test from Gecko to Chromium
* Delete no-longer-referenced doc_control_flow_firefox.html example
  • Loading branch information
bvaughn authored Feb 13, 2024
1 parent 21e9fc1 commit 4699baf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
4 changes: 0 additions & 4 deletions packages/e2e-tests/examples.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/e2e-tests/tests/repaint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
128 changes: 0 additions & 128 deletions public/test/examples/doc_control_flow_firefox.html

This file was deleted.

0 comments on commit 4699baf

Please sign in to comment.