Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
76e80f2e
Commit
76e80f2e
authored
Dec 11, 2017
by
Tomáš Peterka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[renderjs-ui_test] Update test after ListBox improvement
parent
e3d6285c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testFieldAliasRules.zpt
...l_tests/renderjs_ui_listbox_zuite/testFieldAliasRules.zpt
+3
-3
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testFieldAliasRules.zpt
View file @
76e80f2e
...
...
@@ -37,7 +37,7 @@
<tr>
<td>
open
</td>
<td>
${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity
&
field_sort=id+%7C+
DE
SC
</td>
<td>
${base_url}/foo_module/FooModule_viewFooList/listbox/ListBox_setPropertyList?field_columns=id%7CID%0Atitle%7CTitle%0Adelivery.quantity%7CQuantity
&
field_sort=id+%7C+
A
SC
</td>
<td></td>
</tr>
...
...
@@ -66,14 +66,14 @@
<!-- check quanlity is display correctly -->
<tr>
<td>
waitForElementPresent
</td>
<td>
//a[@class='ui-link'
and text() ='1']
</td
>
<td>
//a[@class='ui-link'
]//p[text()='1']
</td>
<!-- cell has field template thus rendered inside html5_element_gadget --
>
<td></td>
</tr>
<tr>
<td>
verifyElementPresent
</td>
<td>
//a[@class='ui-link'
and text()
='1']
</td>
<td>
//a[@class='ui-link'
]//p[text()
='1']
</td>
<td></td>
</tr>
...
...
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