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
Eteri
erp5
Commits
ccb7aa5a
Commit
ccb7aa5a
authored
Aug 10, 2018
by
Vincent Bechu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_officejs_ui_test] Fix search in onlyoffice test template
parent
f84a7336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
bt5/erp5_officejs_ui_test/SkinTemplateItem/portal_skins/erp5_officejs_ui_test/Zuite_CommonTemplateForOnlyOffice.zpt
...p5_officejs_ui_test/Zuite_CommonTemplateForOnlyOffice.zpt
+7
-6
No files found.
bt5/erp5_officejs_ui_test/SkinTemplateItem/portal_skins/erp5_officejs_ui_test/Zuite_CommonTemplateForOnlyOffice.zpt
View file @
ccb7aa5a
...
...
@@ -66,24 +66,25 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//
input[@id="search"
]</td>
<td>//
div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//input[@name='search'
]</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//
input[@id="search"
]</td>
<td>//
div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//input[@name='search'
]</td>
<td>${title}</td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>//
button[contains(@class, "search_button"
)]</td>
<td>
click
</td>
<td>//
div[contains(@data-gadget-url, 'gadget_erp5_pt_form_list.html')]//div[@data-gadget-scope='erp5_searchfield']//button[contains(@class, 'search_button'
)]</td>
<td></td>
</tr>
<tr>
<td>
click
</td>
<td>//
button[contains(@class, "search_button
")]</td>
<td>
waitForElementPresent
</td>
<td>//
div[contains(@data-gadget-url, 'gadget_erp5_field_listbox.html')]//h1//span[contains(@class, "ui-icon-spinner
")]</td>
<td></td>
</tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded" />
<tr>
<td>waitForElementPresent</td>
<td>link=${title}</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