From 6b5771d891f012c965816e85c972ce14135e8558 Mon Sep 17 00:00:00 2001 From: the-last-pastafarian Date: Wed, 6 Dec 2023 10:23:56 +0100 Subject: [PATCH] fix tests: add id to the input "New password" --- server/lib/field_hub_web/live/project_show_live.html.heex | 1 + server/test/field_hub_web/live/project_show_live_test.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/lib/field_hub_web/live/project_show_live.html.heex b/server/lib/field_hub_web/live/project_show_live.html.heex index f9c5be5222..9291f24118 100644 --- a/server/lib/field_hub_web/live/project_show_live.html.heex +++ b/server/lib/field_hub_web/live/project_show_live.html.heex @@ -132,6 +132,7 @@ diff --git a/server/test/field_hub_web/live/project_show_live_test.exs b/server/test/field_hub_web/live/project_show_live_test.exs index aa528bf5e0..e5170c921a 100644 --- a/server/test/field_hub_web/live/project_show_live_test.exs +++ b/server/test/field_hub_web/live/project_show_live_test.exs @@ -341,7 +341,7 @@ defmodule FieldHubWeb.ProjectShowLiveTest do {:ok, %{conn: conn}} end - test "admin has passwort setting interface", %{conn: conn} do + test "admin has password setting interface", %{conn: conn} do {:ok, view, _html_on_mount} = live(conn, "/ui/projects/show/#{@project}") html = render(view)