test: no content truncation test for compact screens (Closes #33) #49

Merged
shahondin1624 merged 1 commits from feature/issue-33-no-content-truncation-test into main 2026-03-13 13:14:30 +01:00

Summary

  • Add NoContentTruncationTest with 4 tests at 360dp compact width
  • Verifies all 8 attribute cards exist and are displayed
  • Verifies long talent names ("Aeronautics Mechanic", "Electronic Warfare") are displayed
  • Verifies all card bounds have positive width/height (not collapsed or clipped)

Closes #33

## Summary - Add `NoContentTruncationTest` with 4 tests at 360dp compact width - Verifies all 8 attribute cards exist and are displayed - Verifies long talent names ("Aeronautics Mechanic", "Electronic Warfare") are displayed - Verifies all card bounds have positive width/height (not collapsed or clipped) Closes #33
shahondin1624 added 1 commit 2026-03-13 13:14:26 +01:00
Add NoContentTruncationTest that renders at 360dp compact width and
verifies: all 8 attribute cards assertExists/assertIsDisplayed, long
talent names ("Aeronautics Mechanic", "Electronic Warfare") are
displayed, and all card bounds have positive width/height. Requires
JVM Compose test runner.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit f88f71e135 into main 2026-03-13 13:14:30 +01:00
shahondin1624 deleted branch feature/issue-33-no-content-truncation-test 2026-03-13 13:14:30 +01:00
Sign in to join this conversation.