Skip to content

Conversation

@JesperDramsch
Copy link
Owner

On mobile viewports (≤576px), .conf-title is hidden via CSS and .conf-title-small is displayed instead. Playwright's toBeVisible() only checks the first DOM element when multiple elements match a selector, so we need to check each title class separately and verify that at least one is visible.

@github-actions github-actions bot added the Tests label Jan 5, 2026
On mobile viewports (≤576px), .conf-title is hidden via CSS and
.conf-title-small is displayed instead. Playwright's toBeVisible()
only checks the first DOM element when multiple elements match a
selector, so we need to check each title class separately and verify
that at least one is visible.
@JesperDramsch JesperDramsch force-pushed the claude/fix-e2e-mobile-test-K4fWG branch from 713341c to 7872f08 Compare January 5, 2026 21:41
@JesperDramsch JesperDramsch merged commit bfbe5cd into main Jan 5, 2026
9 checks passed
@JesperDramsch JesperDramsch deleted the claude/fix-e2e-mobile-test-K4fWG branch January 5, 2026 21:41
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