diff options
author | wei <> | 2006-04-27 13:19:10 +0000 |
---|---|---|
committer | wei <> | 2006-04-27 13:19:10 +0000 |
commit | 188bf7c18ec24577e10c99a173bf1732d88b0cfd (patch) | |
tree | b986ae8336abccddb118c8b7e0352758d2457cdd /tests/FunctionalTests | |
parent | 9d42606405caa3f0deadd0241ef3b763f45d1a97 (diff) |
Update effect sample.
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/ValidatorEffects.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page index 22a034cf..da03f9b8 100644 --- a/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page +++ b/tests/FunctionalTests/features/protected/pages/ValidatorEffects.page @@ -86,7 +86,7 @@ HeaderText="<p>You could not login because</p>">
<prop:ClientValidation.OnShowSummary>
Effect.Appear(summary.messages)
- Effect.Shake(summary.messages)
+ Effect.Shake(summary.messages,{ queue: 'end'})
</prop:ClientValidation.OnShowSummary>
</com:TValidationSummary>
</div>
|