Simon Schneckenberger
Simon Schneckenberger
Experiencing similar issues with `findByRole` and a Dialog that gets added to the Dom while loading the page. 1. `get('#uc-btn-accept-banner')` ✅ 2. `findByText(/^accept$/i, { role: 'button' })` ✅ 3. `findByRole('button',...
was able to make it run locally after updating to `13.1.2`. - replace `createProjectGraph` with `createProjectGraphAsync` - remove `nonBuildableDeps` logic in `nx-firebase/src/executors/build/build.ts` which fails during firebase:build I don't manage to...
Ran into the same issue with an existing Nx repo with a next.js app. Fixed it manually by running `npm i @angular-devkit/schematics --save-dev`