Skip to content

Commit

Permalink
tests/textManipulation.spec.ts fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrtqKr committed May 6, 2024
1 parent f12b729 commit e92e31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebExample/tests/textManipulation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ test.describe('paste content', () => {
await page.waitForTimeout(TEST_CONST.INPUT_HISTORY_DEBOUNCE_TIME_MS);

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

expect(await inputLocator.innerText()).toBe(PASTE_TEXT_FIRST);
});
Expand Down

0 comments on commit e92e31b

Please sign in to comment.