Skip to content

Commit d1049ed

Browse files
authored
fix stepping-06 frame timeline expectation to 100% on all platforms (#10645)
1 parent cbcac62 commit d1049ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/e2e-tests/tests/stepping-06.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ test(`stepping-06: Test stepping in async frames and async call stacks`, async (
3535
await selectFrame(page, 3);
3636
await waitForFrameTimeline(page, "71%");
3737
await selectFrame(page, 4);
38-
// linux produces 100%, mac arm64 produces 0%
39-
await waitForFrameTimeline(page, process.platform === "linux" ? "100%" : "0%");
38+
await waitForFrameTimeline(page, "100%");
4039
await selectFrame(page, 0);
4140
await stepOverToLine(page, 20);
4241
await stepOverToLine(page, 21);

0 commit comments

Comments
 (0)