diff --git a/e2e/next/src/next.test.ts b/e2e/next/src/next.test.ts index 8a1877d0361c8..a248f1ae3f39e 100644 --- a/e2e/next/src/next.test.ts +++ b/e2e/next/src/next.test.ts @@ -193,7 +193,7 @@ describe('Next.js Applications', () => { `generate @nx/next:app ${appName} --no-interactive --style=css --project-name-and-root-format=as-provided` ); - if (runE2ETests('cypress')) { + if (runE2ETests('playwright')) { const e2eResults = runCLI(`e2e-ci ${appName}-e2e --verbose`, { verbose: true, env: {