fix: e2e tests

pull/10438/head
Tienson Qin 2023-10-17 19:05:29 +08:00
parent 65edc47919
commit 6626db245d
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ test('should keep correct undo and redo seq after indenting or outdenting the bl
await page.keyboard.press("Shift+Tab", { delay: 10 })
await page.keyboard.press("Enter")
await page.waitForTimeout(100)
await expect(page.locator('textarea >> nth=0')).toHaveText("")
// swap input seq
await block.mustFill("baz")