From a4e6a950e7a0c0d4f4d00726054310256dc8eee8 Mon Sep 17 00:00:00 2001 From: Keith Baker Date: Thu, 21 Dec 2023 15:13:28 -0500 Subject: [PATCH] IssueNameForm form element needs a name for proper detection (see: https://github.com/testing-library/dom-testing-library/issues/937) --- src/components/PokerTable/IssueNameForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PokerTable/IssueNameForm.jsx b/src/components/PokerTable/IssueNameForm.jsx index 12aef4d..4ff8c15 100644 --- a/src/components/PokerTable/IssueNameForm.jsx +++ b/src/components/PokerTable/IssueNameForm.jsx @@ -8,7 +8,7 @@ const IssueNameForm = ({ handleIssueSubmit }) => { setNewIssueName(''); } return ( -
+