mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(test): code testing fail
This commit is contained in:
@@ -194,8 +194,6 @@ test('click outside to exit', async ({ page }) => {
|
||||
test('click language label to exit #3463', async ({ page, block }) => {
|
||||
await createRandomPage(page)
|
||||
|
||||
await block.enterNext();
|
||||
|
||||
await page.fill('.block-editor textarea', '```cpp\n```')
|
||||
await page.waitForTimeout(200)
|
||||
await escapeToCodeEditor(page)
|
||||
|
||||
Reference in New Issue
Block a user