Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Sep 28, 2023
1 parent 5feb644 commit ea65c31
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ exports[`StopPageDepartures renders with data 2`] = `
</span>
</a>
<div
aria-label="Open upcoming departures to Ashmont"
aria-label="Open upcoming departures to Braintree"
class="departure-card__headsign d-flex"
role="button"
tabindex="0"
>
<div
class="departure-card__headsign-name"
>
Ashmont
Braintree
</div>
<div
class="departure-card__content"
Expand All @@ -99,15 +99,15 @@ exports[`StopPageDepartures renders with data 2`] = `
</div>
</div>
<div
aria-label="Open upcoming departures to Braintree"
aria-label="Open upcoming departures to Ashmont"
class="departure-card__headsign d-flex"
role="button"
tabindex="0"
>
<div
class="departure-card__headsign-name"
>
Braintree
Ashmont
</div>
<div
class="departure-card__content"
Expand Down

0 comments on commit ea65c31

Please sign in to comment.