mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 03:41:56 +00:00
Fix intermittent assert_patched failure
This commit is contained in:
@@ -65,6 +65,9 @@ defmodule FzHttpWeb.AccountLive.ShowTest do
|
||||
|> element("button.delete")
|
||||
|> render_click()
|
||||
|
||||
# Sometimes assert_patched fails without this :-(
|
||||
Process.sleep(100)
|
||||
|
||||
assert_patched(view, Routes.account_show_path(conn, :show))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user