Skip to content

test(ui): verify ThemeSelector error resilience#8041

Open
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6888-themeselector-resilience
Open

test(ui): verify ThemeSelector error resilience#8041
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6888-themeselector-resilience

Conversation

@ThePriyanuj

Copy link
Copy Markdown
Contributor

Closes #6888

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jul 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @ThePriyanuj, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@Aamod007 Aamod007 added level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests mentor:Aamod007 labels Jul 15, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI checks are currently failing and this PR is blocked. Please fix the failing tests/linting so we can proceed with a full review.

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @ThePriyanuj, this pull request has been inactive for 3 days. It will be automatically closed in 2 days if no further activity occurs.

If you are still working on this, please push your latest changes or leave a comment to keep it active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. status:blocked This PR is blocked due to a failing CI check. type:testing Adding, updating, or fixing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(ThemeSelector-error-resilience): verify Hydration Stability, Exception Safety & Error Fallbacks (Variation 6)

2 participants