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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
41e4ffc6
Commit
41e4ffc6
authored
Jul 05, 2016
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui_test] Fix page template zuite to match new UI
parent
2f522c5e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
18 deletions
+18
-18
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormDialogMenuAction.zpt
...erjs_ui_page_templates_zuite/testFormDialogMenuAction.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListMenuAction.zpt
...nderjs_ui_page_templates_zuite/testFormListMenuAction.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSearchAction.zpt
...erjs_ui_page_templates_zuite/testFormListSearchAction.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSearchResetsPagination.zpt
...ge_templates_zuite/testFormListSearchResetsPagination.zpt
+1
-1
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSortStoreState.zpt
...js_ui_page_templates_zuite/testFormListSortStoreState.zpt
+1
-1
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormViewEditableMenuAction.zpt
...i_page_templates_zuite/testFormViewEditableMenuAction.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormViewMenuAction.zpt
...nderjs_ui_page_templates_zuite/testFormViewMenuAction.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui_test/Zuite_CommonTemplateForRenderjsUi.zpt
...eb_renderjs_ui_test/Zuite_CommonTemplateForRenderjsUi.zpt
+1
-1
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormDialogMenuAction.zpt
View file @
41e4ffc6
...
...
@@ -48,8 +48,8 @@
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-closed
')]
</td>
<td>
assertElement
Not
Present
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -59,7 +59,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-open
')]
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListMenuAction.zpt
View file @
41e4ffc6
...
...
@@ -36,8 +36,8 @@
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-closed
')]
</td>
<td>
assertElement
Not
Present
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -47,7 +47,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-open
')]
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSearchAction.zpt
View file @
41e4ffc6
...
...
@@ -32,7 +32,7 @@
<!-- Page has a search field -->
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='m']//div[@data-gadget-scope='erp5_searchfield']//input[@type='
text
' and @name='search']
</td>
<td>
//div[@data-gadget-scope='m']//div[@data-gadget-scope='erp5_searchfield']//input[@type='
search
' and @name='search']
</td>
<td></td>
</tr>
<tr>
...
...
@@ -42,7 +42,7 @@
</tr>
<tr>
<td>
click
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//
input[@class='search_button' and @type='submit'
]
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//
button[contains(@class, 'search_button')
]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -53,7 +53,7 @@
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='m']//div[@data-gadget-scope='erp5_searchfield']//input[@type='
text
' and @name='search' and @value='foobar']
</td>
<td>
//div[@data-gadget-scope='m']//div[@data-gadget-scope='erp5_searchfield']//input[@type='
search
' and @name='search' and @value='foobar']
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSearchResetsPagination.zpt
View file @
41e4ffc6
...
...
@@ -76,7 +76,7 @@
</tr>
<tr>
<td>
click
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//
input[@class='search_button' and @type='submit'
]
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//
button[contains(@class, 'search_button')
]
</td>
<td></td>
</tr>
<tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormListSortStoreState.zpt
View file @
41e4ffc6
...
...
@@ -78,7 +78,7 @@
<tr>
<td>
select
</td>
<td>
//div[@class='sort_item_container ui-controlgroup ui-corner_all']/div[1]/
div[2]//select
</td>
<td>
//div[@class='sort_item_container ui-controlgroup ui-corner_all']/div[1]/
/select[2]
</td>
<td>
index=0
</td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormViewEditableMenuAction.zpt
View file @
41e4ffc6
...
...
@@ -36,8 +36,8 @@
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-closed
')]
</td>
<td>
assertElement
Not
Present
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -47,7 +47,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-open
')]
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_page_templates_zuite/testFormViewMenuAction.zpt
View file @
41e4ffc6
...
...
@@ -36,8 +36,8 @@
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-closed
')]
</td>
<td>
assertElement
Not
Present
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -47,7 +47,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='panel'
]//div[contains(@class, 'ui-panel-open
')]
</td>
<td>
//div[@data-gadget-scope='panel'
and contains(@class, 'visible
')]
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui_test/Zuite_CommonTemplateForRenderjsUi.zpt
View file @
41e4ffc6
...
...
@@ -51,7 +51,7 @@
<tr>
<td>click</td>
<td>//div[@data-gadget-scope='erp5_searchfield']//
input[@class='search_button' and @type='submit'
]</td>
<td>//div[@data-gadget-scope='erp5_searchfield']//
button[contains(@class, 'search_button')
]</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