Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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_fork
Commits
340e93ee
Commit
340e93ee
authored
Oct 08, 2020
by
Gabriel Monnerat
Committed by
Romain Courteaud
Dec 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_trade_renderjs_ui_test: Trigger focus and blur to test renderjs functions properly
parent
cc87769a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
6 deletions
+26
-6
bt5/erp5_trade_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_trade_action_zuite/testTradeSolveDivergence.zpt
...nderjs_ui_trade_action_zuite/testTradeSolveDivergence.zpt
+26
-6
No files found.
bt5/erp5_trade_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_trade_action_zuite/testTradeSolveDivergence.zpt
View file @
340e93ee
...
...
@@ -24,11 +24,26 @@
'text': 'Input data has errors.'}"
>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_notification"
/>
</tal:block>
<tr>
<td>
fireEvent
</td>
<td>
//input[@name="field_your_dialog_updated"]
</td>
<td>
focus
</td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Dialog is not updated.
</td>
<td></td>
</tr>
<tr>
<td>
fireEvent
</td>
<td>
//input[@name="field_your_dialog_updated"]
</td>
<td>
blur
</td>
</tr>
<tr>
<td>
assertTextNotPresent
</td>
<td>
Dialog is not updated.
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Select the solver
</b></td>
...
...
@@ -67,12 +82,6 @@
<td>
Dialog is not updated.
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Input is required but no input given.
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Resolve the divergency
</b></td>
</tr>
...
...
@@ -81,6 +90,17 @@
<td>
//input[@value="FIFO Delivery Solver"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForTextPresent
</td>
<td>
Input is required but no input given.
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Input is required but no input given.
</td>
<td></td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog"
/>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded"
/>
...
...
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