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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
7409691c
Commit
7409691c
authored
Jul 04, 2016
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui_test] Fix router zuite to match new UI
parent
6419c377
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandDisplayStoredStateJumpToLatestDocumentContext.zpt
...tCommandDisplayStoredStateJumpToLatestDocumentContext.zpt
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandHistoryPreviousJumpToPreviousContext.zpt
...zuite/testCommandHistoryPreviousJumpToPreviousContext.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionNextJumpToNextDocument.zpt
...uter_zuite/testCommandSelectionNextJumpToNextDocument.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionNextLastElement.zpt
...s_ui_router_zuite/testCommandSelectionNextLastElement.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionPreviousFirstElement.zpt
...router_zuite/testCommandSelectionPreviousFirstElement.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionPreviousJumpToPreviousDocument.zpt
...te/testCommandSelectionPreviousJumpToPreviousDocument.zpt
+2
-2
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandDisplayStoredStateJumpToLatestDocumentContext.zpt
View file @
7409691c
...
...
@@ -32,7 +32,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>
...
...
@@ -55,7 +55,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>
<tr>
...
...
@@ -101,7 +101,7 @@
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
text
' and @name='search']
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
search
' and @name='search']
</td>
<td></td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandHistoryPreviousJumpToPreviousContext.zpt
View file @
7409691c
...
...
@@ -37,7 +37,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>
...
...
@@ -190,7 +190,7 @@
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
text
' and @name='search']
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
search
' and @name='search']
</td>
<td></td>
</tr>
<tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionNextJumpToNextDocument.zpt
View file @
7409691c
...
...
@@ -70,7 +70,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>
...
...
@@ -117,7 +117,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>
descending
</td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionNextLastElement.zpt
View file @
7409691c
...
...
@@ -37,7 +37,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>
...
...
@@ -92,7 +92,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
text
' and @name='search']
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
search
' and @name='search']
</td>
<td></td>
</tr>
<tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionPreviousFirstElement.zpt
View file @
7409691c
...
...
@@ -37,7 +37,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>
...
...
@@ -91,7 +91,7 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
text
' and @name='search']
</td>
<td>
//div[@data-gadget-scope='erp5_searchfield']//input[@value='title' and @type='
search
' and @name='search']
</td>
<td></td>
</tr>
<tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_router_zuite/testCommandSelectionPreviousJumpToPreviousDocument.zpt
View file @
7409691c
...
...
@@ -70,7 +70,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>
...
...
@@ -118,7 +118,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>
descending
</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