formating

This commit is contained in:
carla 2025-10-24 10:55:38 +02:00 committed by moritz
parent 41e3a52482
commit bb362e1636
3 changed files with 78 additions and 28 deletions

View file

@ -115,7 +115,15 @@ defmodule MvWeb.MemberLive.IndexTest do
# default ascending sorting with first name
assert has_element?(view, "[data-testid='first_name'][aria-label='ascending']")
sortable_fields = [:email, :street, :house_number, :postal_code, :city, :phone_number, :join_date]
sortable_fields = [
:email,
:street,
:house_number,
:postal_code,
:city,
:phone_number,
:join_date
]
for field <- sortable_fields do
view