diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-03-25 22:41:33 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-03-25 22:41:40 +0100 |
commit | 68bbb645ba5be61c2e3024ac3943c7346b30f1f2 (patch) | |
tree | 0626fcf6341c30465f2b1dcc03db2a65d6939f84 /tests/FunctionalTests/tickets/protected/pages/Ticket719.page | |
parent | 4e15c84379b99434515c119b72a6c8afcbf917dd (diff) |
More selenium2 tests porting
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket719.page')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket719.page | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket719.page b/tests/FunctionalTests/tickets/protected/pages/Ticket719.page index b36d2d66..3f2bc17b 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket719.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket719.page @@ -1,5 +1,4 @@ <com:TContent id="Content"> -<h3>Needs manual testing</h3> <style> .autocomplete { @@ -45,7 +44,7 @@ ul.different OnSuggest="suggestCountries" Separator=", " OnSuggestionSelected="suggestion_selected" ResultPanel.CssClass="autocomplete" CausesValidation="false" /> - + </p> <p> <com:TButton OnClick="validForm" Text="Validate Form" /><br/> |