[7.2] No Overlapping Cards Test #32

Closed
opened 2026-03-13 11:27:25 +01:00 by shahondin1624 · 0 comments

User Story

As a developer, I want a test verifying no cards overlap at any screen size.

Acceptance Criteria

  • runComposeUiTest renders AttributesPage
  • getBoundsInRoot() for every card; assert no rectangles intersect
  • Test at 360dp, 768dp, and 1280dp widths
  • Located in sharedUI/src/commonTest/

Notes

Depends on 7.1 (test tags) and 2.1/2.2 (responsive cards). Verifies the responsive grid doesn't cause overlap.

## User Story **As a** developer, **I want** a test verifying no cards overlap at any screen size. ## Acceptance Criteria - [ ] `runComposeUiTest` renders `AttributesPage` - [ ] `getBoundsInRoot()` for every card; assert no rectangles intersect - [ ] Test at 360dp, 768dp, and 1280dp widths - [ ] Located in `sharedUI/src/commonTest/` ## Notes Depends on 7.1 (test tags) and 2.1/2.2 (responsive cards). Verifies the responsive grid doesn't cause overlap.
shahondin1624 added this to the Phase 2: Cards & Grid milestone 2026-03-13 11:27:25 +01:00
shahondin1624 added the epic:testingpriority:must-have labels 2026-03-13 11:28:35 +01:00
Sign in to join this conversation.