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 () => {