Skip to content

Commit eafe140

Browse files
Drop e2e debug code
1 parent 2d538c2 commit eafe140

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test-e2e/tests/hooks/hooks-depth-limit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ test("Show a deeply nested hook tree and limit value parsing depth", async ({
3737
await clickHookItem(devtools, "key6");
3838
await clickHookItem(devtools, "key7");
3939

40-
// await page.pause;
4140
const text = await devtools
4241
.locator(
4342
'form [data-testid="props-row"]:last-child [data-testid="prop-value"]',

test-e2e/tests/inspect-scroll.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test("Highlighting should move with scroll", async ({ page }) => {
2525

2626
const _x = size.x + size.width / 2;
2727
const _y = size.y + size.height / 2;
28-
await page.pause();
2928
await page.mouse.move(_x - 100, _y - 100);
3029
await expect(page.locator(highlight)).toHaveCount(1);
3130

0 commit comments

Comments
 (0)