1
0
Эх сурвалжийг харах

fix(test): make a fixme in autocompletion

Andelf 4 жил өмнө
parent
commit
295c6d7b91

+ 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 {{}}')