fix: add tooltip provider at app root#103
Conversation
Test & Lint Summary
Manual hover check was not performed because this environment has no browser UI. |
noa-lucent
left a comment
There was a problem hiding this comment.
Review complete: no blocking issues found. The app root now provides TooltipProvider for authenticated routes, and the regression test covers the non-admin cluster-runner disabled tooltip path without throwing.
Verified locally:
- npm run generate
- npm test -- --run src/tests/organization-runners-tab.test.tsx
- npm run typecheck
- npm run lint
|
CI update: the
This appears unrelated to the TooltipProvider change in this PR. Next step: re-run the |
|
E2E is still failing in CI, but failures appear unrelated to this PR’s TooltipProvider change. Most recent failing run: https://github.com/agynio/console-app/actions/runs/26336699631 Notable failures:
I opened a tracking issue in agynio/e2e: agynio/e2e#134 Until E2E is green, this PR remains blocked by branch protection. |
cfd50fd to
2aa9bf3
Compare
|
Synced CI re-ran automatically on the updated branch:
Test & Lint Summary
|
Summary
TooltipProviderinsrc/main.tsxso Radix tooltip usage on organization runner views has a provider ancestor.Closes #102
Test & Lint Summary
npm run typecheck— passednpm run lint— passed with no errorsnpm run test— 80 passed / 0 failed / 0 skippednpm run build— passedManual hover check was not performed because this environment has no browser UI.