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

machida / mb / 19884307096 / 1
82%
main: 82%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 06:13AM UTC
Files 185
Run time 6s
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

03 Dec 2025 06:12AM UTC coverage: 38.947% (-0.9%) from 39.827%
19884307096.1

push

github

machida
refactor: remove COPYRIGHT_INPUT fallback pattern from tests

Simplified test selectors by directly using .spec--copyright-input instead
of the COPYRIGHT_INPUT constant with fallback logic. This makes tests more
readable and maintainable now that views are fully migrated to .spec-- classes.

Changes:
- test/system/copyright_update_playwright_test.rb: Removed all fallback patterns
- test/system/copyright_edge_cases_playwright_test.rb: Removed all fallback patterns

All instances of:
```ruby
copyright_selector = nil
begin
  @page.wait_for_selector(COPYRIGHT_INPUT, timeout: 5000)
  copyright_selector = COPYRIGHT_INPUT
rescue Playwright::TimeoutError
  @page.wait_for_selector(".spec--copyright-input", timeout: 5000)
  copyright_selector = ".spec--copyright-input"
end
```

Replaced with:
```ruby
@page.wait_for_selector(".spec--copyright-input", timeout: 5000)
```

Note: COPYRIGHT_INPUT constant remains in test/support/selectors.rb for
potential future use by other tests.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

288 of 754 branches covered (38.2%)

Branch coverage included in aggregate %.

1842 of 4715 relevant lines covered (39.07%)

1.19 hits per line

Source Files on job 19884307096.1
  • Tree
  • List 185
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19884307096
  • b97eb7f7 on github
  • Prev Job for on main (#19879541220.1)
  • Next Job for on main (#19884409442.1)
  • Delete
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