fix style

pull/10906/head
Konstantinos Kaloutas 2024-01-24 12:53:38 +02:00
parent 28ce29cf6d
commit c4003fe297
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ test('block selection', async ({ page, block }) => {
// shift+up/down
await page.keyboard.down('Shift')
await page.keyboard.press('ArrowUp')
await block.waitForSelectedBlocks(1)
let locator = page.locator('.ls-block >> nth=8')