mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
clear e2e keyboard state
This commit is contained in:
@@ -192,6 +192,7 @@ test('block selection', async ({ page, block }) => {
|
||||
await expect(page.locator('.block-main-container >> nth=6')).toHaveCSS('border-radius', '0px')
|
||||
await expect(page.locator('.ls-block >> nth=7')).toHaveCSS('border-radius', '0px')
|
||||
await expect(page.locator('.ls-block >> nth=8')).toHaveCSS('border-radius', '0px')
|
||||
await page.keyboard.up('Shift')
|
||||
})
|
||||
|
||||
test('template', async ({ page, block }) => {
|
||||
|
||||
Reference in New Issue
Block a user