test: updated for country

This commit is contained in:
carla 2026-02-24 09:36:42 +01:00
parent 3891c33204
commit 9fc8c3b74a
6 changed files with 49 additions and 14 deletions

View file

@ -24,6 +24,7 @@ defmodule MvWeb.Components.SortHeaderComponentTest do
:house_number,
:postal_code,
:city,
:country,
:join_date
]
@ -100,6 +101,7 @@ defmodule MvWeb.Components.SortHeaderComponentTest do
assert has_element?(view, "[data-testid='street'] .opacity-40")
assert has_element?(view, "[data-testid='house_number'] .opacity-40")
assert has_element?(view, "[data-testid='postal_code'] .opacity-40")
assert has_element?(view, "[data-testid='country'] .opacity-40")
assert has_element?(view, "[data-testid='join_date'] .opacity-40")
end