Skip to content

Conversation

@JesperDramsch
Copy link
Owner

On mobile viewports (≤576px), .conf-place is hidden via CSS with display: none. The test was checking for location visibility on all viewports, causing it to fail on mobile-chrome because the element exists but is intentionally hidden by CSS design.

This fix mirrors the approach used for mobile-safari where we already handle .conf-title vs .conf-title-small differences.

On mobile viewports (≤576px), .conf-place is hidden via CSS with
display: none. The test was checking for location visibility on all
viewports, causing it to fail on mobile-chrome because the element
exists but is intentionally hidden by CSS design.

This fix mirrors the approach used for mobile-safari where we
already handle .conf-title vs .conf-title-small differences.
@github-actions github-actions bot added the Tests label Jan 6, 2026
@JesperDramsch JesperDramsch merged commit b30ee2b into main Jan 6, 2026
9 checks passed
@JesperDramsch JesperDramsch deleted the claude/fix-mobile-chrome-parity-Nrk87 branch January 6, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants