fix: e2e test

pull/9610/head
Konstantinos Kaloutas 2023-06-12 16:24:53 +03:00
parent aacbfa4707
commit ab8de65e48
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ test('create a block', async ({ page }) => {
test('expand the block', async ({ page }) => {
await page.keyboard.press('Escape')
await page.click('.logseq-tldraw .tl-context-bar .tie-object-expanded ')
await page.keyboard.press(modKey + '+ArrowDown')
await page.waitForTimeout(100)
await expect(page.locator('.logseq-tldraw .tl-logseq-portal-container .tl-logseq-portal-header')).toHaveCount(1)