diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-10 14:02:27 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-10 14:02:27 -0600 |
| commit | 782af3f62d23b5f0e36241fe7538244fb1b6730d (patch) | |
| tree | 9fca686622756667cac978dd0aca8e7e85dce155 /bin/ui | |
| parent | 5083ab853bd9c619fe750fdd6e2b3f22ab9e98dd (diff) | |
chore: add some end to end tests
Diffstat (limited to 'bin/ui')
| -rwxr-xr-x | bin/ui | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,11 +118,11 @@ class UI <h2>Sending SAML Request (SP -> IdP)</h2> <textarea readonly="readonly" disabled="disabled" cols=225 rows=6><%=- @saml_builder.to_xml(pretty: true) -%></textarea> - <form action="<%= uri %>" method="post"> + <form id="idp-form" action="<%= uri %>" method="post"> <%- saml_params.each do |(key, value)| -%> <input type="hidden" name="<%= key %>" value="<%= value %>" /> <%- end -%> - <input type="submit" value="Submit" /> + <input id="submit-button" type="submit" value="Submit" /> </form> </body> </html> |
