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

Freegle / Iznik / 5615 / 5615
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 23 Apr 2026 10:59AM UTC
Files 686
Run time 24s
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

23 Apr 2026 10:27AM UTC coverage: 64.593% (+0.002%) from 64.591%
5615

Pull #232

circleci

edwh
fix(tests): fix PR #232 CI failures — Playwright 20m timeout + Vitest auth.js ReferenceError

Root causes diagnosed from CI job 5575 (branch test/coverage-go-utils):

1. **Playwright 2/130 tests timed out (20m) — test-reply-flow-existing-user.spec.js 3.1**
   logoutIfLoggedIn called gotoAndVerify('/') with 202500ms timeout three times
   per test. When V8 lazy-compile stalled the first homepage navigation after
   signUpViaHomepage, the try-block timed out at 202500ms, gotoAndVerify's catch
   took another 33750ms for a screenshot, then logoutIfLoggedIn's own catch block
   retried the same 202500ms goto — totalling ~7 min per logout call × 3 calls
   leaving no budget for the actual test logic.

   Fix: replace gotoAndVerify('/') with page.goto(...).catch(() => {}) in the
   cleanup path. Session data is already cleared before the navigation, so a
   failed goto is acceptable. Timeout capped at navigation.default (135s in CI)
   rather than navigation.initial (202.5s). Same change applied in signUpViaHomepage.

2. **Vitest 1/11866 failing — auth store > disableGoogleAutoselect**
   stores/auth.js used `if (window && ...)` which throws ReferenceError when
   window is deleted in post-teardown setTimeout retries. Fix: `if (typeof window
   === 'undefined') return` — same fix already present in master but missing from
   this branch (branch pre-dates the master commit that added it). Also added the
   three disableGoogleAutoselect test cases from master to auth.spec.js.

Go: 1906/1906 ✓  Vitest: 11867/11867 ✓

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #232: test(coverage): unit tests for utils package — Flex types, Blur, TidyName, Haversine

8886 of 10264 branches covered (86.57%)

Branch coverage included in aggregate %.

61320 of 98425 relevant lines covered (62.3%)

10.42 hits per line

Source Files on job vitest - 5615
  • Tree
  • List 686
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5615
  • CircleCI Build #5615
  • 23619eec on github
  • Prev Job for on test/coverage-go-utils (#5487)
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