diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages')
-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>
|