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

Idrinth / habit-evaluator / 22239159056

20 Feb 2026 08:02PM UTC coverage: 56.468% (-0.8%) from 57.245%
22239159056

push

github

web-flow
Fix emotionalStateTitle not visible to Maestro by using wrap_content width (#549)

The emotionalStateTitle TextView used layout_width="0dp" with
layout_weight="1", which gives it a zero intrinsic width before weight
distribution. When ViewPager2 navigates directly from Home (page 0) to
Emotions (page 4) with lazy loading, Maestro's accessibility-based
visibility check can see the element with zero width during the brief
layout phase, reporting it as not visible.

Changing to wrap_content preserves the same visual layout (weight="1"
still fills remaining space) but gives the element a non-zero intrinsic
width based on its text content, making it reliably detectable.

https://claude.ai/code/session_015JBsJYtpYN6h13QJ7KcvWB

Co-authored-by: Claude <noreply@anthropic.com>

3270 of 6877 branches covered (47.55%)

Branch coverage included in aggregate %.

11703 of 19639 relevant lines covered (59.59%)

2.94 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.58
/de/idrinth/habitevaluator/android/persistence/SQLiteEmergencyPlanStepRepository.java


Source Not Available

The file "de/idrinth/habitevaluator/android/persistence/SQLiteEmergencyPlanStepRepository.java" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

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