diff options
author | knut <> | 2007-02-16 08:08:18 +0000 |
---|---|---|
committer | knut <> | 2007-02-16 08:08:18 +0000 |
commit | c7cf32da353d09f8c44c85523bfe9cbf045efb36 (patch) | |
tree | f113d4bad48c8a7a588354712aa4033f5dc7ccf8 | |
parent | e88f17c64dfc13f510e643033c2a0b8177cb0d70 (diff) |
Minor fix to let Ticket488TestCase pass correctly
-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>
|