diff options
| -rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page index 068d673c..a8668b79 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page @@ -2,7 +2,7 @@  <h1>Custom Login</h1>
 -<a href="#" onclick="new Effect.Appear('loginBox')">Login</a>
 +<a id="showLogin" href="#" onclick="new Effect.Appear('loginBox')">Login</a>
  <div id="loginBox" style="display: none;">
  	<div id="loginLoader" style="display: none;">Please Wait...</div>
 | 
