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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alecs_myu
erp5
Commits
a354843e
Commit
a354843e
authored
Nov 13, 2018
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui_test] Empty class is not set anymore
parent
3ad3ceb9
Changes
1
Show 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/testSortDefault.zpt
...ortal_tests/renderjs_ui_listbox_zuite/testSortDefault.zpt
+3
-3
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testSortDefault.zpt
View file @
a354843e
...
...
@@ -45,7 +45,7 @@ Frontend should not suppose default sorting
<td>
//a[text()='ID']
</td><td></td></tr>
<!-- No default sort must be shown because the definition is broken "id | id" -->
<tr><td>
assertElementPresent
</td>
<td>
//th[
@class=''
]/a[text()='ID']
</td><td></td></tr>
<td>
//th[
not(@class)
]/a[text()='ID']
</td><td></td></tr>
<!-- Make sure broken definitions don't appear in sort editor -->
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/triggle_sort"
/>
<tr><td>
waitForElementPresent
</td>
...
...
@@ -94,7 +94,7 @@ Frontend should not suppose default sorting
<td>
//th[@class='ui-icon ui-icon-sort-amount-desc']/a[text()='Title']
</td><td></td></tr>
<!-- No other sort must be shown -->
<tr><td>
assertElementPresent
</td>
<td>
//th[
@class=''
]/a[text()='ID']
</td><td></td></tr>
<td>
//th[
not(@class)
]/a[text()='ID']
</td><td></td></tr>
<!-- Verify that the default sort is visible in Sort Editor -->
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/triggle_sort"
/>
<tr><td>
waitForElementPresent
</td>
...
...
@@ -119,7 +119,7 @@ Frontend should not suppose default sorting
<!-- Verify that default sort arrow disappeared -->
<tr><td>
assertElementPresent
</td>
<td>
//th[
@class=''
]/a[text()='Title']
</td><td></td></tr>
<td>
//th[
not(@class)
]/a[text()='Title']
</td><td></td></tr>
<tr><td>
assertElementPresent
</td>
<td>
//th[@class='ui-icon ui-icon-sort-amount-desc']/a[text()='ID']
</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