fix(test): code testing fail

This commit is contained in:
Andelf
2022-11-30 11:00:17 +08:00
parent ee14560b2b
commit 166f2b2432

View File

@@ -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)