diff --git a/e2e/nx-plugin/src/nx-plugin.test.ts b/e2e/nx-plugin/src/nx-plugin.test.ts index bacec6bdfc..8ca7929e92 100644 --- a/e2e/nx-plugin/src/nx-plugin.test.ts +++ b/e2e/nx-plugin/src/nx-plugin.test.ts @@ -62,7 +62,7 @@ describe('Nx Plugin', () => { runCLI(`generate @nrwl/nx-plugin:plugin ${plugin} --linter=eslint`); if (isNotWindows() && runCypressTests()) { - const e2eResults = runCLI(`e2e ${plugin}-e2e --headless --no-watch`); + const e2eResults = runCLI(`e2e ${plugin}-e2e --no-watch`); expect(e2eResults).toContain('Running target "e2e" succeeded'); expect(await killPorts()).toBeTruthy(); }