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

Freegle / Iznik / 5351
70%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 22 Apr 2026 01:49PM UTC
Jobs 2
Files 691
Run time 2min
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

22 Apr 2026 12:35PM UTC coverage: 69.921% (+18.1%) from 51.797%
5351

Pull #226

circleci

edwh
fix(test): wait for navbar hydration before logout visibility check

Under parallel CI load (11 workers on self-hosted runner), the post-signup
navbar sometimes hasn't hydrated by the time `logoutIfLoggedIn` runs its
synchronous `isVisible()` checks on `#menu-option-logout` / mobile Logout
text. isVisible() returns false immediately, logging "No logout button
visible", and execution falls through to the heavyweight
`gotoAndVerify('/')` fallback. That homepage navigation under the same
load can hang the full 202.5s timeout, and the catch block repeats it,
consuming most of the 10-minute test budget and producing the
test-reply-flow-existing-user.spec.js 3.1 "20.0m" timeout seen on
CircleCI build 5322 (and intermittently on master, e.g. build 5281).

Fix: race a short `waitFor({ state: 'visible', timeout: 10000 })` on
either logout selector before the visibility checks. In the common case
hydration completes in well under 10s and the normal click path runs. If
hydration genuinely fails or the user wasn't logged in, the wait resolves
silently and the existing fall-through still works — no behaviour change
on that path.

Verified locally via the status-container Playwright API: all three
tests in test-reply-flow-existing-user.spec.js pass (3✓, 0✗).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #226: fix(sentry): guard Leaflet Tooltip._updatePosition against null _map (NUXT3-D7B)

13286 of 20165 branches covered (65.89%)

Branch coverage included in aggregate %.

7 of 9 new or added lines in 2 files covered. (77.78%)

62058 of 87591 relevant lines covered (70.85%)

13.77 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
55.15
0.0% iznik-nuxt3/stores/auth.js
Jobs
ID Job ID Ran Files Coverage
5351 playwright - 5351 22 Apr 2026 01:49PM UTC 228
45.43
CircleCI Job 5351
5351 vitest - 5351 22 Apr 2026 01:49PM UTC 686
64.57
CircleCI Job 5351
Source Files on build 5351
  • Tree
  • List 691
  • Changed 225
  • Source Changed 0
  • Coverage Changed 225
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5351
  • Pull Request #226
  • PR Base - master (#5311)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc