Skip to content

Commit e92e31b

Browse files
committed
tests/textManipulation.spec.ts fix attempt
1 parent f12b729 commit e92e31b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebExample/tests/textManipulation.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ test.describe('paste content', () => {
6363
await page.waitForTimeout(TEST_CONST.INPUT_HISTORY_DEBOUNCE_TIME_MS);
6464

6565
await inputLocator.press(`${OPERATION_MODIFIER}+z`);
66+
await page.waitForTimeout(TEST_CONST.INPUT_HISTORY_DEBOUNCE_TIME_MS);
6667

6768
expect(await inputLocator.innerText()).toBe(PASTE_TEXT_FIRST);
6869
});

0 commit comments

Comments
 (0)