• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ThePalaceProject / web-patron / 31342264941
30%

Build:
DEFAULT BRANCH: main
Ran 09 Aug 2026 11:36PM UTC
Jobs 1
Files 21
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Aug 2026 11:35PM UTC coverage: 81.781%. Remained the same
31342264941

push

github

web-flow
Clean up async event warnings in LanguageSelector tests (#180)

## Description

Silences a bunch of React `act(...)` warnings that the language selector
tests printed on every test run. The tests now wait for the language
selector to finish settling before making assertions, instead of
checking it the instant it renders.

No test coverage or behavior changed, and no application code was
touched.

## Motivation and Context

The dropdown library used by the language selector finishes some of its
setup work in a microtask just after the component's first render,
rather than during it. The tests were synchronous and asserting
immediately, so that extra bit of work landed after the test had already
moved on. That made React unhappy, causing it to warn.

Nothing was actually broken, but the warnings were pumping a lot of
stack traces into the test output, making it harder to see real failures
and making the logs harder to read and understand at glance.

## How Has This Been Tested?

- `npm run test:ci` — all tests pass across both suites with zero
`act(...)` warnings remaining in the output.

## Checklist:

- [x] I have updated the documentation accordingly (inline).
- [x] All new and existing tests passed.

296 of 393 branches covered (75.32%)

Branch coverage included in aggregate %.

503 of 584 relevant lines covered (86.13%)

29.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31342264941.1 09 Aug 2026 11:36PM UTC 21
81.78
GitHub Action Run
Source Files on build 31342264941
  • Tree
  • List 21
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 412bfa71 on github
  • Prev Build on main (#31273974889)
  • Next Build on main (#31618302338)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc