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

Freegle / Iznik / 8646 / 8646
70%
master: 70%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2026 10:56PM UTC
Files 229
Run time 14s
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

30 Apr 2026 10:31PM UTC coverage: 45.618% (-0.2%) from 45.782%
8646

push

circleci

edwh
fix(playwright): two intermittent CI failures on master (#8634)

ComposeGroup.vue: add pre-selected group as fallback option
When a repost flow pre-selects group 55 but authStore.groups isn't
populated yet (fetchUser() is async), groupOptions only contains
groupsnear entries. b-form-select resets its display to the first
available option (e.g. 69615), and Playwright reads the wrong value.
Fix: append current composeStore.group to groupOptions using
groupStore.get() for the label, so the option always exists at render.

test-modtools-edits-flow: poll until message groups populated
Immediately after postMessage(), GET /message/{id} may return
groups:[] if the server hasn't finished processing. Using the fallback
testEnv.group.id (55) in the Approve call silently updates 0 rows
(message is in a different group), leaving collection=Pending so no
edit review is created and the modtools edits page shows nothing.
Fix: poll with expect.poll() until groups.length > 0 before approving.

ComposeGroup.spec.js: add useGroupStore mock + two new test cases
Without a mock for ~/stores/group, the new useGroupStore() call in
the component would throw "No active Pinia" in Vitest. Added mock
with get() → null, plus tests for the new fallback-option behaviour.

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

4574 of 10243 branches covered (44.65%)

Branch coverage included in aggregate %.

2032 of 4238 relevant lines covered (47.95%)

39.71 hits per line

Source Files on job playwright - 8646
  • Tree
  • List 229
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8646
  • CircleCI Build #8646
  • 3aef9bd1 on github
  • Prev Job for on master (#8634)
  • Next Job for on master (#8654)
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