Skip to content

Commit a06b694

Browse files
test: update test according to new wording
1 parent 8a53e36 commit a06b694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/teslamate_web/live/car_summary_live_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ defmodule TeslaMateWeb.CarLive.SummaryTest do
430430
end
431431

432432
@tag :signed_in
433-
test "shows car location on Google Maps with correct coordinates", %{conn: conn} do
433+
test "View car location on Google Maps with correct coordinates", %{conn: conn} do
434434
_car =
435435
car_fixture(%{
436436
suspend_min: 60_000,
@@ -479,7 +479,7 @@ defmodule TeslaMateWeb.CarLive.SummaryTest do
479479
assert attrs_map["target"] == "_blank"
480480
assert attrs_map["rel"] == "noopener noreferrer"
481481
assert attrs_map["class"] =~ "icon"
482-
assert attrs_map["data-tooltip"] == "car location on Google Maps"
482+
assert attrs_map["data-tooltip"] == "View car location on Google Maps"
483483
end
484484
end
485485

0 commit comments

Comments
 (0)