Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
erp5
Commits
0778c9f7
Commit
0778c9f7
authored
Apr 08, 2013
by
Tatuya Kamada
Committed by
Arnaud Fontaine
Apr 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow new listbox sort button style in several functional tests.
parent
ce223b2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
123 additions
and
50 deletions
+123
-50
bt5/erp5_ui_test/PathTemplateItem/portal_tests/lines_field_zuite/testDialogLinesField.xml
...m/portal_tests/lines_field_zuite/testDialogLinesField.xml
+3
-4
bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_dialog_mode_zuite/testQuickSort.xml
.../portal_tests/listbox_dialog_mode_zuite/testQuickSort.xml
+17
-13
bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml
...TemplateItem/portal_tests/listbox_zuite/testQuickSort.xml
+102
-32
bt5/erp5_ui_test/bt/revision
bt5/erp5_ui_test/bt/revision
+1
-1
No files found.
bt5/erp5_ui_test/PathTemplateItem/portal_tests/lines_field_zuite/testDialogLinesField.xml
View file @
0778c9f7
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<tal:block
tal:condition=
"python: context.TestTool_getSkinName()!=\'Mobile\'"
>
\n
<tal:block
tal:condition=
"python: context.TestTool_getSkinName()!=\'Mobile\'"
>
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@value=\'listbox.title\']
</td>
\n
<td>
//button[@value=\'listbox.title
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
</tal:block>
\n
</tal:block>
\n
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<tal:block
tal:condition=
"python: context.TestTool_getSkinName()!=\'Mobile\'"
>
\n
<tal:block
tal:condition=
"python: context.TestTool_getSkinName()!=\'Mobile\'"
>
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@value=\'listbox.title\']
</td>
\n
<td>
//button[@value=\'listbox.title
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
</tal:block>
\n
</tal:block>
\n
...
@@ -118,8 +118,7 @@
...
@@ -118,8 +118,7 @@
<td>
foo bar
</td>
\n
<td>
foo bar
</td>
\n
</tr>
\n
</tr>
\n
</body>
\n
</body>
\n
</html>
\n
</html>
]]>
</unicode>
</value>
]]>
</unicode>
</value>
</item>
</item>
...
...
bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_dialog_mode_zuite/testQuickSort.xml
View file @
0778c9f7
...
@@ -53,29 +53,34 @@
...
@@ -53,29 +53,34 @@
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/init"
/>
\n
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/init"
/>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:asc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:desc\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<!-- click the ID -->
\n
<!-- click the ID -->
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/verify_dialog"
/>
\n
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/verify_dialog"
/>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Ascending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/
img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElement
Not
Present
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Descending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/
img[@title="Descending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -102,22 +107,22 @@
...
@@ -102,22 +107,22 @@
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/verify_dialog"
/>
\n
<tal:block
metal:use-macro=
"here/ListBoxDialogModeZuite_CommonTemplate/macros/verify_dialog"
/>
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElement
Not
Present
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Ascending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/
img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Descending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/
img[@title="Descending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -143,8 +148,7 @@
...
@@ -143,8 +148,7 @@
</tal:block>
\n
</tal:block>
\n
</tbody></table>
\n
</tbody></table>
\n
</body>
\n
</body>
\n
</html>
\n
</html>
]]>
</unicode>
</value>
]]>
</unicode>
</value>
</item>
</item>
...
...
bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testQuickSort.xml
View file @
0778c9f7
...
@@ -88,12 +88,22 @@
...
@@ -88,12 +88,22 @@
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:asc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:asc\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -118,22 +128,37 @@
...
@@ -118,22 +128,37 @@
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:asc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/button/img[@class="sort-button sort-button-arrow sort-button-asc-not-selected"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
img[@class="sort-button
"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/img[@class="sort-button sort-button-arrow sort-button-desc-not-selected
"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/img[@class="sort-button"]
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/button/img[@class="sort-button sort-button-arrow sort-button-desc-not-selected"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -169,32 +194,37 @@
...
@@ -169,32 +194,37 @@
<!-- click the ID -->
\n
<!-- click the ID -->
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Ascending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/
img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Descending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/button/img[@title="Descending Display"]
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:asc\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/
img[@class="sort-button
"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/
button/img[@class="sort-button sort-button-arrow sort-button-desc-not-selected
"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -230,32 +260,37 @@
...
@@ -230,32 +260,37 @@
<!-- click the ID again -->
\n
<!-- click the ID again -->
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Ascending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/button/img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/button/img[@title="Descending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@title="Descending Display"
]
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:asc\'
]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/
img[@class="sort-button
"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/
button/img[@class="sort-button sort-button-arrow sort-button-desc-not-selected
"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -289,28 +324,54 @@
...
@@ -289,28 +324,54 @@
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<!-- click the Title -->
\n
<!-- click the Title -->
\n
<!-- reset id sort -->
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:none\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:none\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/img[@class="sort-button"]
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:none\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/button/img[@class="sort-button sort-button-arrow sort-button-asc-not-selected"]
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:asc\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/img[@title="Ascending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
...
@@ -352,32 +413,42 @@
...
@@ -352,32 +413,42 @@
<!-- click the Title again -->
\n
<!-- click the Title again -->
\n
<tr>
\n
<tr>
\n
<td>
clickAndWait
</td>
\n
<td>
clickAndWait
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:desc\']
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id:asc\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.id
:desc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
img[@class="sort-button
"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[2]/
button/img[@class="sort-button sort-button-arrow sort-button-asc-not-selected
"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title\']
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title
:asc
\']
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
assertElementNotPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/img[@title="Ascending Display"
]
</td>
\n
<td>
//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.title:desc\'
]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/img[@title="Descending Display"]
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/button/img[@title="Ascending Display"]
</td>
\n
<td></td>
\n
</tr>
\n
<tr>
\n
<td>
assertElementPresent
</td>
\n
<td>
//tr[@class="listbox-label-line"]/th[3]/button/img[@title="Descending Display"]
</td>
\n
<td></td>
\n
<td></td>
\n
</tr>
\n
</tr>
\n
<tr>
\n
<tr>
\n
...
@@ -414,8 +485,7 @@
...
@@ -414,8 +485,7 @@
\n
\n
</tbody></table>
\n
</tbody></table>
\n
</body>
\n
</body>
\n
</html>
\n
</html>
]]>
</unicode>
</value>
]]>
</unicode>
</value>
</item>
</item>
...
...
bt5/erp5_ui_test/bt/revision
View file @
0778c9f7
709
710
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment