[java-idp-testbed COMMIT] /trunk/src/main/webapp/index.html

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 19 20:50:14 EST 2015


Author: tzeller
Date: Mon Jan 19 20:50:14 2015
New Revision: 295

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=295&view=rev
Log:
Add IDs to SLO input elements so Selenium can find them.

Modified:
    trunk/src/main/webapp/index.html

Modified: trunk/src/main/webapp/index.html
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/index.html?rev=295&r1=294&r2=295&view=diff
==============================================================================
--- trunk/src/main/webapp/index.html (original)
+++ trunk/src/main/webapp/index.html Mon Jan 19 20:50:14 2015
@@ -21,7 +21,7 @@
 <li>
 <form action="sp/SAML2/InitSLO/Redirect" method="GET">
     <p>Init SAML 2 Logout, Redirect Binding with transient ID:
-    <input type="text" name="transientID" size="60"/>
+    <input id="InitSLO_Redirect" type="text" name="transientID" size="60"/>
     </p>
 </form>
 </li>
@@ -29,7 +29,7 @@
 <li>
 <form action="sp/SAML2/InitSLO/Async" method="GET">
     <p>Init SAML 2 Logout, Async, Redirect Binding with transient ID:
-    <input type="text" name="transientID" size="60"/>
+    <input id="InitSLO_Async" type="text" name="transientID" size="60"/>
     </p>
 </form>
 </li>
@@ -37,7 +37,7 @@
 <li>
 <form action="sp/SAML2/InitSLO/POST" method="GET">
     <p>Init SAML 2 Logout, POST Binding with transient ID:
-    <input type="text" name="transientID" size="60"/>
+    <input id="InitSLO_POST" type="text" name="transientID" size="60"/>
     </p>
 </form>
 </li>



More information about the commits mailing list