We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d179995 commit 5ab5f43Copy full SHA for 5ab5f43
tests/svelte-currency-input.test.ts
@@ -1,6 +1,6 @@
1
import { expect, test, type Page } from '@playwright/test';
2
3
-const DELAY_FOR_FORMATTED_VALUE_IN_MS = 0;
+const DELAY_FOR_FORMATTED_VALUE_IN_MS = 25;
4
5
const isMacOs = process.platform === 'darwin';
6
const selectAll = async (page: Page) => {
0 commit comments