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
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
preetwinder
erp5
Commits
b3851c90
Commit
b3851c90
authored
Aug 08, 2017
by
Vincent Bechu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_officejs_ui_test] Fix text editor Erp5 Synchronisation test
parent
f4e5833f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
bt5/erp5_officejs_ui_test/PathTemplateItem/portal_tests/officejs_ui_zuite/testOfficeJSTextEditorErp5Synchronization.zpt
...js_ui_zuite/testOfficeJSTextEditorErp5Synchronization.zpt
+15
-10
No files found.
bt5/erp5_officejs_ui_test/PathTemplateItem/portal_tests/officejs_ui_zuite/testOfficeJSTextEditorErp5Synchronization.zpt
View file @
b3851c90
...
...
@@ -104,14 +104,9 @@
</tr>
<tr>
<td>
type
</td>
<td>
name
=description
</td>
<td>
identifier
=description
</td>
<td>
${description}
</td>
</tr>
<tr>
<!-- pause needed cause selenium is to quick -->
<td>
pause
</td>
<td>
1000
</td>
<td></td>
</tr>
<tr>
<td>
click
</td>
<td>
//button[@data-i18n='Save']
</td>
...
...
@@ -174,10 +169,15 @@
<td>
${reference}
</td>
</tr>
<tr>
<td>
assertTex
tPresent
</td>
<td>
${description}
</td>
<td>
waitForElemen
tPresent
</td>
<td>
identifier=description
</td>
<td></td>
</tr>
<tr>
<td>
verifyValue
</td>
<td>
description
</td>
<td>
${description}
</td>
</tr>
<tr>
<td>
click
</td>
<td>
//button[@data-i18n='Menu']
</td>
...
...
@@ -209,6 +209,11 @@
<td>//button[@data-i18n='Filter']</td>
<td></td>
</tr> -->
<tr>
<td>
waitForElementPresent
</td>
<td>
//button[@data-i18n='Filter']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
link=${title}
</td>
...
...
@@ -240,9 +245,9 @@
<td>
${reference}
</td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
verifyValue
</td>
<td>
description
</td>
<td>
${description}
</td>
<td></td>
</tr>
<tr>
<td>
open
</td>
...
...
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