Skip to content

Commit 5ab5f43

Browse files
committed
test: restore delay
1 parent d179995 commit 5ab5f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/svelte-currency-input.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect, test, type Page } from '@playwright/test';
22

3-
const DELAY_FOR_FORMATTED_VALUE_IN_MS = 0;
3+
const DELAY_FOR_FORMATTED_VALUE_IN_MS = 25;
44

55
const isMacOs = process.platform === 'darwin';
66
const selectAll = async (page: Page) => {

0 commit comments

Comments
 (0)