From ccdd27b94595a1dcd2c274a27ece743d207b4635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Sun, 20 Nov 2022 23:08:19 -0300 Subject: [PATCH] Disabled package specs for now --- integration/workspace.spec.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/integration/workspace.spec.js b/integration/workspace.spec.js index d43386774..f82e8b469 100644 --- a/integration/workspace.spec.js +++ b/integration/workspace.spec.js @@ -57,22 +57,22 @@ test.describe('Opening Atom for the first time', () => { }) }) - test('shows core packages', async () => { - await runCommand(editor, 'Settings View: Open') - await editor.page.locator('a.icon', { hasText: 'Packages' }).click() - await expect(editor.page.locator('.package-name', { hasText: 'about' }).first()) - .toBeVisible() - }) + //test('shows core packages', async () => { + // await runCommand(editor, 'Settings View: Open') + // await editor.page.locator('a.icon', { hasText: 'Packages' }).click() + // await expect(editor.page.locator('.package-name', { hasText: 'about' }).first()) + // .toBeVisible() + //}) - test('allows to install for packages', async () => { - await runCommand(editor, 'Settings View: Open') - await editor.page.locator('a.icon', { hasText: 'Install' }).click() - await typeInEditor(editor, '.packages', "termination") - await editor.page.locator('button.install-button:visible', { hasText: 'Install' }).click() - test.setTimeout(120000); - await expect(editor.page.locator('button', { hasText: 'Settings' }).first()) - .toBeVisible({ timeout: 120000 }) - }) + //test('allows to install for packages', async () => { + // await runCommand(editor, 'Settings View: Open') + // await editor.page.locator('a.icon', { hasText: 'Install' }).click() + // await typeInEditor(editor, '.packages', "termination") + // await editor.page.locator('button.install-button:visible', { hasText: 'Install' }).click() + // test.setTimeout(120000); + // await expect(editor.page.locator('button', { hasText: 'Settings' }).first()) + // .toBeVisible({ timeout: 120000 }) + //}) test.describe('the editor have syntax highlight', async () => { test.beforeAll(async () => {