[7.2] No Overlapping Cards Test #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a developer, I want a test verifying no cards overlap at any screen size.
Acceptance Criteria
runComposeUiTestrendersAttributesPagegetBoundsInRoot()for every card; assert no rectangles intersectsharedUI/src/commonTest/Notes
Depends on 7.1 (test tags) and 2.1/2.2 (responsive cards). Verifies the responsive grid doesn't cause overlap.