chore(repo): remove flaky headless param from e2e test (#6244)
This commit is contained in:
parent
c17fb12ee6
commit
a86efe0db0
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user