Skip to content

Commit

Permalink
fixup merge conflict again
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Feb 19, 2025
1 parent b3fbff4 commit 8321ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule DotcomWeb.Components.SystemStatus.SubwayStatusTest do
test "if no alerts, shows normal service for every subway line" do
html = render_component(&alerts_subway_status/1, %{subway_status: subway_status([])})

for line_name <- Dotcom.Routes.subway_line_names() do
for line_name <- Dotcom.Routes.subway_line_ids() do
assert html |> Floki.find("[data-test-row-route-info*=\"#{line_name}\"]") |> Floki.text() =~
"Normal Service"
end
Expand Down

0 comments on commit 8321ab1

Please sign in to comment.