瀏覽代碼

fix(test): make a fixme in autocompletion

Andelf 3 年之前
父節點
當前提交
295c6d7b91
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      e2e-tests/basic.spec.ts

+ 0 - 2
e2e-tests/basic.spec.ts

@@ -211,8 +211,6 @@ test('auto completion and auto pair', async ({ page }) => {
 
   // {}
   await page.type(':nth-match(textarea, 1)', 'type {{')
-  await page.press(':nth-match(textarea, 1)', 'Escape')
-
   // FIXME: keycode seq is wrong
   // expect(await page.inputValue(':nth-match(textarea, 1)')).toBe('type {{}}')