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
7d4f27e0
Commit
7d4f27e0
authored
Feb 08, 2019
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_ui_test: fix test for discussion tool
parent
749c2261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
bt5/erp5_officejs_ui_test/PathTemplateItem/portal_tests/officejs_ui_discussiontool_zuite/testOfficeJSDiscussionToolErp5Synchronization.zpt
...l_zuite/testOfficeJSDiscussionToolErp5Synchronization.zpt
+15
-8
No files found.
bt5/erp5_officejs_ui_test/PathTemplateItem/portal_tests/officejs_ui_discussiontool_zuite/testOfficeJSDiscussionToolErp5Synchronization.zpt
View file @
7d4f27e0
...
...
@@ -114,6 +114,12 @@
</tr>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded"
/>
<!-- Verify Search, add another document -->
<tr>
<td>
store
</td>
<td>
search
</td>
<td>
search
</td>
</tr>
<!--
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n='Add']</td>
...
...
@@ -129,11 +135,6 @@
<td>//button[@data-i18n='Save']</td>
<td></td>
</tr>
<tr>
<td>
store
</td>
<td>
search
</td>
<td>
search
</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>identifier=title</td>
...
...
@@ -154,6 +155,7 @@
<td>//a[@data-i18n='Document']</td>
<td></td>
</tr>
-->
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded"
/>
<tal:block
tal:define=
"search_query python: 'Titre'"
>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/search_in_form_list_without_header_url"
/>
...
...
@@ -208,6 +210,11 @@
<td>
//a[@data-i18n='Synchronize']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//a[@data-i18n='Add']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
name=search
</td>
...
...
@@ -216,7 +223,7 @@
<tr>
<td>
type
</td>
<td>
name=search
</td>
<td>
${title}
</td>
<td>
${title}
</td>
<!--replaced-->
</tr>
<tr>
<td>
waitForElementPresent
</td>
...
...
@@ -269,7 +276,6 @@
<td></td>
</tr>
<tr>
<!--<td>assertTextPresent</td>-->
<td>
verifyTextPresent
</td>
<td>
Done.
</td>
<td></td>
...
...
@@ -316,4 +322,5 @@
</tr>
</tbody></table>
</body>
</html>
\ No newline at end of file
</html>
-->
\ No newline at end of file
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