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

Freegle / Iznik / 5828 / 5828
70%
master: 70%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 03:45PM UTC
Files 118
Run time 5s
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

24 Apr 2026 02:41PM UTC coverage: 80.702%. Remained the same
5828

push

circleci

edwh
fix(tests): stop logoutIfLoggedIn from hanging on 'Something went wrong' page

Root cause: under CI load (6 parallel workers) the Go API sometimes fails
during SSR, causing the homepage to render "Something went wrong". The old
code used gotoAndVerify() for the post-logout navigation, which detected
this and took screenshots (no timeout) before re-throwing — this could eat
hundreds of seconds per call. With two gotoAndVerify calls (try + catch)
and the test's own overhead, the total easily hit the 600-second test
timeout.

Fix: replace both gotoAndVerify() calls in logoutIfLoggedIn() with direct
page.goto() calls that silently ignore navigation/content errors. The
only purpose of navigating to '/' after logout is to reset page state for
the next test step — content errors are irrelevant at that point.

Also add diagnostic logging throughout:
- gotoAndVerify now logs which step failed (page.goto / loading-indicator /
  body-visible / content-check) and caps all screenshot calls at 15 seconds
- logoutIfLoggedIn logs entry URL, try-block failures, and labels try vs
  catch block navigation
- test-reply-flow-social logs [4.1] Step N: timestamps so test progress is
  identifiable even in interleaved 6-worker CI logs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

23390 of 28983 relevant lines covered (80.7%)

48.45 hits per line

Source Files on job go - 5828
  • Tree
  • List 118
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5828
  • CircleCI Build #5828
  • 4e8d8dbe on github
  • Prev Job for on master (#5813)
  • Next Job for on master (#5833)
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