fix: template e2e tests

pull/10438/head
Tienson Qin 2023-10-16 19:27:44 +08:00
parent ddf1043fb3
commit 97f524b304
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ test('template', async ({ page, block }) => {
await block.mustFill('template test\ntemplate:: ')
await page.keyboard.type(randomTemplate, {delay: 100})
await page.keyboard.press('Enter')
await page.keyboard.press('Escape')
await block.clickNext()
expect(await block.indent()).toBe(true)