mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db
This commit is contained in:
@@ -120,10 +120,7 @@ test('block selection', async ({ page, block }) => {
|
||||
|
||||
await page.keyboard.press('ArrowDown')
|
||||
await block.waitForSelectedBlocks(2)
|
||||
await page.keyboard.up('Shift')
|
||||
|
||||
// mod+click select or deselect
|
||||
await page.keyboard.down(modKey)
|
||||
await page.click('.ls-block >> nth=7')
|
||||
await block.waitForSelectedBlocks(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user