summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected')
-rw-r--r--tests/FunctionalTests/protected/pages/UI/RatingList.page15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/RatingList.page b/tests/FunctionalTests/protected/pages/UI/RatingList.page
index b598054e..1af833dc 100644
--- a/tests/FunctionalTests/protected/pages/UI/RatingList.page
+++ b/tests/FunctionalTests/protected/pages/UI/RatingList.page
@@ -10,13 +10,24 @@
</com:TRatingList>
<h2>TRatingList </h2>
- <com:TRatingList>
+ <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>
+
+<h2>TRatingList </h2>
+ <com:TRatingList SelectedValue="Good">
<com:TListItem Text="Poor" />
<com:TListItem Text="Fair" />
- <com:TListItem Text="Average" Selected="true"/>
+ <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