Procházet zdrojové kódy

fix(test): code testing fail

Andelf před 2 roky
rodič
revize
166f2b2432
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      e2e-tests/code-editing.spec.ts

+ 0 - 2
e2e-tests/code-editing.spec.ts

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