formating
This commit is contained in:
parent
41e3a52482
commit
bb362e1636
3 changed files with 78 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue