diff --git a/test/plausible_web/live/sites_test.exs b/test/plausible_web/live/sites_test.exs index 47bae8e44c4e..fa47d1af6851 100644 --- a/test/plausible_web/live/sites_test.exs +++ b/test/plausible_web/live/sites_test.exs @@ -109,7 +109,7 @@ defmodule PlausibleWeb.Live.SitesTest do {:ok, lv, _html} = live(conn, "/sites") - type_into_input(lv, "filter_text", "firs") + type_into_input(lv, "filter_text", "first") html = render(lv) assert html =~ "first.example.com"