Commit ea533ab5 authored by Alain Takoudjou's avatar Alain Takoudjou

[officejs_monitoring] fix functionnal test so it can start

parent b18fe54e
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<!-- Initialize --> <!-- Initialize -->
<tr> <tr>
<td>open</td> <td>open</td>
<td>${base_url}/web_site_module/monitoring_render_js/app</td> <td>${base_url}/web_site_module/monitoring_render_js/</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -64,7 +64,7 @@ class CustomHTTPRequestHandler(SimpleHTTPRequestHandler): ...@@ -64,7 +64,7 @@ class CustomHTTPRequestHandler(SimpleHTTPRequestHandler):
def do_HEAD(self): def do_HEAD(self):
self.send_respond() self.send_respond()
class TestZeleniumCore(object): class TestZeleniumCore(ERP5TypeFunctionalTestCase, testSlapOSMixin):
foreground = 0 foreground = 0
run_only = "slapos_monitoring_ui_zuite" run_only = "slapos_monitoring_ui_zuite"
base_url = 'http://localhost:5378' base_url = 'http://localhost:5378'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment