We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcac62 commit d1049edCopy full SHA for d1049ed
1 file changed
packages/e2e-tests/tests/stepping-06.test.ts
@@ -35,8 +35,7 @@ test(`stepping-06: Test stepping in async frames and async call stacks`, async (
35
await selectFrame(page, 3);
36
await waitForFrameTimeline(page, "71%");
37
await selectFrame(page, 4);
38
- // linux produces 100%, mac arm64 produces 0%
39
- await waitForFrameTimeline(page, process.platform === "linux" ? "100%" : "0%");
+ await waitForFrameTimeline(page, "100%");
40
await selectFrame(page, 0);
41
await stepOverToLine(page, 20);
42
await stepOverToLine(page, 21);
0 commit comments