Skip to content

Commit

Permalink
chore: fix texts that queried for stop IDs in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
lemald committed Dec 16, 2024
1 parent 9bd5b46 commit 9f8b809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/arrow_web/live/shuttle_live/shuttle_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ defmodule ArrowWeb.ShuttleLiveTest do
assert [^stop_id] =
Floki.attribute(
direction_0_stop_rows,
"[data-stop_sequence=#{index}] > div.form-group > input[type=text]",
"[data-stop_sequence=#{index}] > div > div.form-group > div > div > div > input[type=text]",
"value"
)
end
Expand All @@ -446,7 +446,7 @@ defmodule ArrowWeb.ShuttleLiveTest do
assert [^stop_id] =
Floki.attribute(
direction_1_stop_rows,
"[data-stop_sequence=#{index}] > div.form-group > input[type=text]",
"[data-stop_sequence=#{index}] > div > div.form-group > div > div > div > input[type=text]",
"value"
)
end
Expand Down

0 comments on commit 9f8b809

Please sign in to comment.