We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892fb41 commit 298f240Copy full SHA for 298f240
1 file changed
playwright/utils/common.ts
@@ -28,6 +28,4 @@ export const fillInputByLabelWithDelay = async ({
28
await page.waitForTimeout(timeout);
29
30
await page.getByLabel(label).pressSequentially(value, { delay: 100 });
31
- // eslint-disable-next-line playwright/no-wait-for-timeout
32
- await page.waitForTimeout(timeout);
33
};
0 commit comments