summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls
diff options
context:
space:
mode:
authorknut <>2007-02-16 08:08:18 +0000
committerknut <>2007-02-16 08:08:18 +0000
commitc7cf32da353d09f8c44c85523bfe9cbf045efb36 (patch)
treef113d4bad48c8a7a588354712aa4033f5dc7ccf8 /tests/FunctionalTests/active-controls
parente88f17c64dfc13f510e643033c2a0b8177cb0d70 (diff)
Minor fix to let Ticket488TestCase pass correctly
Diffstat (limited to 'tests/FunctionalTests/active-controls')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.page2
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>