Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Moved "Return to Regular Route" into root directions list #2521

Merged
merged 11 commits into from
Mar 29, 2024
Prev Previous commit
Next Next commit
Update test title wording
Co-authored-by: Josh Larson <jlarson@mbta.com>
  • Loading branch information
hannahpurcell and joshlarson authored Mar 28, 2024
commit 480144a78bbb8646c61ebc814f910730bb92866f
2 changes: 1 addition & 1 deletion assets/tests/components/detours/diversionPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ describe("DiversionPage", () => {
expect(await screen.findByText("Regular Route")).toBeVisible()
})

test("does not show 'Regular Route' when detour not finished", async () => {
test("does not show 'Regular Route' when detour is not finished", async () => {
jest.mocked(fetchDetourDirections).mockResolvedValue(
ok(
detourShapeFactory.build({
Expand Down
Loading