summaryrefslogtreecommitdiff
path: root/bin/ui
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 14:02:27 -0600
committermo khan <mo@mokhan.ca>2025-03-10 14:02:27 -0600
commit782af3f62d23b5f0e36241fe7538244fb1b6730d (patch)
tree9fca686622756667cac978dd0aca8e7e85dce155 /bin/ui
parent5083ab853bd9c619fe750fdd6e2b3f22ab9e98dd (diff)
chore: add some end to end tests
Diffstat (limited to 'bin/ui')
-rwxr-xr-xbin/ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ui b/bin/ui
index 5e596def..a2a5db04 100755
--- a/bin/ui
+++ b/bin/ui
@@ -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>