Skip to content

Fix responsive docs navigation test targeting - #51540

Merged
pelikhan merged 2 commits into
mainfrom
copilot/multi-device-docs-testing-2026-08-09
Aug 9, 2026
Merged

Fix responsive docs navigation test targeting#51540
pelikhan merged 2 commits into
mainfrom
copilot/multi-device-docs-testing-2026-08-09

Conversation

Copilot AI commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Multi-device docs testing reported navigation timeouts across mobile and tablet viewports because a generic selector could target the hidden desktop navigation.

  • Workflow guidance

    • Require the test flow to open the hamburger menu.
    • Scope navigation clicks to a visible dropdown link.
    .tablet-dropdown .dropdown-link[href$="setup/quick-start/"]:visible
    
  • Regression coverage

    • Add Playwright coverage for the responsive menu flow at 390, 768, 834, and 1024 px.
    • Assert menu state, visible Quick Start link targeting, and resulting navigation.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

PR Triage

  • Category: docs
  • Risk: low
  • Priority: low
  • Score: 10/100 (impact 4 + urgency 4 + quality 2)
  • Recommended action: defer
    Batch: wip-inprogress\n
    WIP, agent just started, empty diff, CI in-progress.

Generated by 🔧 PR Triage Agent · auto · 58.3 AIC · ⌖ 2.48 AIC · ⊞ 8K ·

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update multi-device docs testing report for 2026-08-09 Fix responsive docs navigation test targeting Aug 9, 2026
Copilot AI requested a review from pelikhan August 9, 2026 06:45
@pelikhan
pelikhan marked this pull request as ready for review August 9, 2026 11:13
Copilot AI balanced review requested due to automatic review settings August 9, 2026 11:13
@pelikhan
pelikhan merged commit 0264c7c into main Aug 9, 2026
@pelikhan
pelikhan deleted the copilot/multi-device-docs-testing-2026-08-09 branch August 9, 2026 11:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes responsive documentation navigation targeting so tests avoid hidden desktop links.

Changes:

  • Opens the hamburger menu and targets the visible Quick Start link.
  • Adds regression coverage across four responsive widths.
  • Regenerates the compiled workflow.
Show a summary per file
File Description
docs/tests/mobile-responsive.spec.ts Adds responsive navigation tests.
.github/workflows/daily-multi-device-docs-tester.md Adds explicit responsive-menu guidance.
.github/workflows/daily-multi-device-docs-tester.lock.yml Updates generated workflow metadata.

Review details

Tip

Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔍 Multi-Device Docs Testing Report - 2026-08-09

3 participants