Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Hamza
erp5-Boxiang
Commits
75e343ff
Commit
75e343ff
authored
Mar 31, 2017
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
knowledge_pad_ui_test: replace waitForCondition by equivalent builtin commands
parent
6edd92c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
bt5/erp5_knowledge_pad_ui_test/PathTemplateItem/portal_tests/gadgets_zuite/testFeedReaderGadget.zpt
...eItem/portal_tests/gadgets_zuite/testFeedReaderGadget.zpt
+15
-15
No files found.
bt5/erp5_knowledge_pad_ui_test/PathTemplateItem/portal_tests/gadgets_zuite/testFeedReaderGadget.zpt
View file @
75e343ff
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
waitFor
Condition
</td>
<td>
waitFor
TextPresent
</td>
<td>
selenium.isTextPresent("Your tab is empty.")
</td>
<td>
Your tab is empty
</td>
<td>
30000
</td>
<td>
</td>
</tr>
</tr>
<!-- add "Feed Reader" gadget to front-->
<!-- add "Feed Reader" gadget to front-->
...
@@ -52,9 +52,9 @@
...
@@ -52,9 +52,9 @@
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
waitFor
Condition
</td>
<td>
waitFor
TextPresent
</td>
<td>
selenium.isTextPresent("Please enter a valid Rss or Atom url in the preference form")
</td>
<td>
Please enter a valid Rss or Atom url in the preference form
</td>
<td>
30000
</td>
<td>
</td>
</tr>
</tr>
<!-- Set an URL of ERP5 so test do not depend on external RSS provider (http://www.lemonde.fr/rss/une.xml) -->
<!-- Set an URL of ERP5 so test do not depend on external RSS provider (http://www.lemonde.fr/rss/une.xml) -->
<tr>
<tr>
...
@@ -78,20 +78,20 @@
...
@@ -78,20 +78,20 @@
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
waitFor
Condition
</td>
<td>
waitFor
TextPresent
</td>
<td>
selenium.isTextPresent("Le Monde.fr")
</td>
<td>
Le Monde.fr
</td>
<td>
30000
</td>
<td>
</td>
</tr>
</tr>
<!-- listbox-container gadget-rss-reader-logo-->
<!-- listbox-container gadget-rss-reader-logo-->
<tr>
<tr>
<td>
waitFor
Condition
</td>
<td>
waitFor
ElementPresent
</td>
<td>
selenium.isElementPresent('//div[@class="listbox-container"]')
</td>
<td>
//div[@class="listbox-container"]
</td>
<td>
30000
</td>
<td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
waitFor
Condition
</td>
<td>
waitFor
ElementPresent
</td>
<td>
selenium.isElementPresent('//img[@class="hidden_label gadget-rss-reader-logo"]')
</td>
<td>
//img[@class="hidden_label gadget-rss-reader-logo"]
</td>
<td>
30000
</td>
<td>
</td>
</tr>
</tr>
</tbody></table>
</tbody></table>
...
...
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