소스 검색

fix(test): code testing fail

Andelf 2 년 전
부모
커밋
166f2b2432
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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)