Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
4e24a5ba
Commit
4e24a5ba
authored
Jul 03, 2015
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_ehr_test: log and dump console before test fails
parent
ad3bb4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.xml
...s/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.xml
+17
-1
No files found.
bt5/erp5_web_ehr_test/PathTemplateItem/portal_tests/erp5_web_e5g_ehr_ui_zuite/testE5gEhrBasicNavigation.xml
View file @
4e24a5ba
...
...
@@ -109,6 +109,12 @@
\n
\n
<!-- Initialize -->
\n
<tr>
\n
<td>
storeEval
</td>
\n
<td>
var myLog = console.log; window.dump_log = [];console.log = function(value) {window.dump_log.push(value);myLog.call(console, value);}
</td>
\n
<td>
my_temp_console
</td>
\n
</tr>
\n
\n
<tr>
\n
<td>
open
</td>
\n
<td>
${base_url}/web_site_module/e5g_ehr/
</td>
\n
...
...
@@ -126,7 +132,17 @@
<td>
${my_global_text}
</td>
\n
<td></td>
\n
</tr>
\n
\n
<tr>
\n
<td>
storeEval
</td>
\n
<td>
window.dump_log
</td>
\n
<td>
${my_console}
</td>
\n
</tr>
\n
<tr>
\n
<td>
echo
</td>
\n
<td>
${my_console}
</td>
\n
<td></td>
\n
</tr>
\n
<!-- DEBUG -->
\n
<tr>
\n
<td>
waitForTextPresent
</td>
\n
<td>
E-HR
</td>
\n
...
...
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