Skip to content

Commit 298f240

Browse files
committed
test: removed one timeout
1 parent 892fb41 commit 298f240

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

playwright/utils/common.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ export const fillInputByLabelWithDelay = async ({
2828
await page.waitForTimeout(timeout);
2929

3030
await page.getByLabel(label).pressSequentially(value, { delay: 100 });
31-
// eslint-disable-next-line playwright/no-wait-for-timeout
32-
await page.waitForTimeout(timeout);
3331
};

0 commit comments

Comments
 (0)