Merge branch 'main' into issue/mitgliederverwaltung-533
# Conflicts: # test/mv_web/member_live/index_test.exs
This commit is contained in:
commit
84e1cf1cb8
118 changed files with 767 additions and 1148 deletions
|
|
@ -5,7 +5,7 @@ defmodule MvWeb.MemberLive.IndexTest do
|
|||
# the timing assertion flaky, so this module stays synchronous.
|
||||
use MvWeb.ConnCase, async: false
|
||||
import Phoenix.LiveViewTest
|
||||
require Ash.Query
|
||||
import Mv.Fixtures, only: [create_fee_type: 2, create_cycle: 4]
|
||||
|
||||
alias Mv.Helpers.SystemActor
|
||||
alias Mv.Membership
|
||||
|
|
@ -13,8 +13,6 @@ defmodule MvWeb.MemberLive.IndexTest do
|
|||
alias Mv.Membership.CustomFieldValue
|
||||
alias MvWeb.MemberLive.Index, as: MemberIndex
|
||||
|
||||
import Mv.Fixtures, only: [create_fee_type: 2, create_cycle: 4]
|
||||
|
||||
describe "desktop layout: scroll container and sticky table header" do
|
||||
@describetag :ui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue