test: update test for search bar component
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e68e1604a4
commit
2095d9b0da
3 changed files with 3 additions and 5 deletions
|
|
@ -80,7 +80,6 @@ defmodule MvWeb.MemberLive.IndexTest do
|
|||
|
||||
send(view.pid, {:search_changed, "Friedrich"})
|
||||
|
||||
# State aus dem LiveView-Prozess holen
|
||||
state = :sys.get_state(view.pid)
|
||||
|
||||
assert state.socket.assigns.query == "Friedrich"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue