diff options
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page b/tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page new file mode 100644 index 00000000..f1e46544 --- /dev/null +++ b/tests/FunctionalTests/protected/pages/UI/testLabeledTextBox.page @@ -0,0 +1,6 @@ +<com:TContent ID="Content">
+<com:TForm>
+ <com:LabeledTextBox Label.Text="username:"/>
+ <com:LabeledTextBox Label.Text="password:"/>
+</com:TForm>
+</com:TContent>
\ No newline at end of file |