-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: oic-auth-plugin
-
None
ATH for this plugin https://github.com/jenkinsci/acceptance-test-harness/blob/master/src/test/java/plugins/OicAuthPluginTest.java looks for login string. This seach is case sensitive, which causes failures if login button doesn't have the exact string.
Enduring the ath so it searches for the login href instead of the specific string will avoid failures.