phoenix_test
phoenix_test copied to clipboard
check() no working with checkbox groups
Hello,
I have been trying to use the PhoenixTest library with multiselect checkboxes (those that share the same name <> "[]").
Problem: PhoenixTest crashes, searching for hidden inputs. Example:
what fails:
uncheck(conn, "Zoom")
Hi @jk-lamb thanks for opening an issue. Could you provide a sample application to reproduce the error?