Skip to content

Commit 32122a4

Browse files
committed
1000
1 parent bcf1044 commit 32122a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/library/inspector/cli-codegen-1.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ await page.GetByRole(AriaRole.Button, new() { Name = "Submit" }).DblClickAsync()
105105
]);
106106

107107
// Do not trigger double click.
108-
await page.waitForTimeout(300);
108+
await page.waitForTimeout(1000);
109109

110110
const [sources] = await Promise.all([
111111
recorder.waitForOutput('JavaScript', `click();\n await`),
@@ -130,7 +130,7 @@ await page.GetByRole(AriaRole.Button, new() { Name = "Submit" }).DblClickAsync()
130130
]);
131131

132132
// Do not trigger double click.
133-
await page.waitForTimeout(300);
133+
await page.waitForTimeout(1000);
134134

135135
await Promise.all([
136136
recorder.waitForOutput('JavaScript', `click();\n await`),

0 commit comments

Comments
 (0)