diff options
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI')
-rw-r--r-- | tests/FunctionalTests/protected/pages/UI/RatingList.page | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/RatingList.page b/tests/FunctionalTests/protected/pages/UI/RatingList.page index 8ccd4fdb..f242656a 100644 --- a/tests/FunctionalTests/protected/pages/UI/RatingList.page +++ b/tests/FunctionalTests/protected/pages/UI/RatingList.page @@ -9,14 +9,5 @@ <com:TListItem Text="Execellent" />
</com:TRatingList>
-<h2>TRatingList with SelectedIndex="2"</h2>
- <com:TRatingList SelectedIndex="2">
- <com:TListItem Text="Poor" />
- <com:TListItem Text="Fair" />
- <com:TListItem Text="Average" />
- <com:TListItem Text="Good" />
- <com:TListItem Text="Execellent" />
- <com:TListItem Text="Super" />
- </com:TRatingList>
</com:TContent>
\ No newline at end of file |