# Verify one critical flow across the supported browsers

A flow only ever tested in one browser, run across the supported set with a trace kept from each.

Category: Accessibility and browser verification
Source: https://letsship.ai/use-cases/verify-one-flow-across-browsers
Published: 2026-08-25

## Goal

Run one critical flow across every supported browser and fix what differs.

## Acceptance criteria

- The flow completes in each supported browser
- A trace from each run is attached
- Differences found are fixed or documented with a reason
- The browser list matches what the product actually claims to support

## What lands as proof

One trace per browser, which turns a claim of cross-browser support into something a reader can check.

## Prompt

Copy this to an agent to open the ticket:

```text
Create a Linear issue in my team and assign it to the SHIP agent.

Title: Verify {flow} across the supported browsers

Description: Run one critical flow across every supported browser and fix what differs.

Acceptance criteria:
- The flow completes in each supported browser
- A trace from each run is attached
- Differences found are fixed or documented with a reason
- The browser list matches what the product actually claims to support

Before you create the issue, confirm which browsers this repository's product claims to support and replace {flow} with a critical path through it.
```

## Questions

### What does the agent actually change?

The ticket is scoped to one outcome: run one critical flow across every supported browser and fix what differs. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.

### How do I know the work is done?

The pull request carries the evidence, not only the diff. Here that means a trace per browser attached to the pull request, so a reviewer can confirm the result without reproducing the work locally.

### How much oversight does this need?

The run stops once the plan is written. Somebody reads the approach and approves it before any code exists, which is the cheapest moment to redirect the work.
