Commit 5b1ed052 authored by Tatuya Kamada's avatar Tatuya Kamada Committed by Arnaud Fontaine

Follow new listbox sort button style on Functional Tests in relation_field_zuite.

parent 26bf23a5
...@@ -197,7 +197,7 @@ will be shown\n ...@@ -197,7 +197,7 @@ will be shown\n
<!-- do sort on the title column default sort bring Title 0 in first place-->\n <!-- do sort on the title column default sort bring Title 0 in first place-->\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
<td></td>\n <td></td>\n
</tr>\n </tr>\n
...@@ -209,7 +209,7 @@ will be shown\n ...@@ -209,7 +209,7 @@ will be shown\n
<!-- do revert sort on the title column, it will bring Title 1 in first place-->\n <!-- do revert sort on the title column, it will bring Title 1 in first place-->\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 <td></td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
......
711 712
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment