diff options
author | ctrlaltca@gmail.com <> | 2012-04-14 14:26:40 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-04-14 14:26:40 +0000 |
commit | 46550b64a9be1420c0eb015935b22fc1e48af30e (patch) | |
tree | c29f08097a8b3707c98d695ede06720d58689aec /tests/FunctionalTests/active-controls/protected | |
parent | ec32aa3e046b236c8a0f5aa5ea74d68bb120a6da (diff) |
more tests fixing
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php index e88f10de..54c99c64 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php +++ b/tests/FunctionalTests/active-controls/protected/pages/CustomValidatorByPass.php @@ -13,7 +13,7 @@ class CustomValidatorByPass extends TPage $Client->setOnComplete('$(\'loginLoader\').hide();');
//$Client->setOnValidationError('alert(\'Authentication Failed\');');
- $Client->setOnValidationSuccess('new Effect.Fade(\'loginBox\')');
+ //$Client->setOnValidationSuccess('new Effect.Fade(\'loginBox\')');
}
|