mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_float_formula: Migrate to 10.0
This commit is contained in:
committed by
Dave Lasley
parent
abfea0fff7
commit
f19ee39524
@@ -2,14 +2,15 @@
|
||||
# Copyright 2016 LasLabs Inc.
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
from openerp.tests import HttpCase
|
||||
import odoo.tests
|
||||
|
||||
|
||||
class TestJS(HttpCase):
|
||||
class TestJS(odoo.tests.HttpCase):
|
||||
|
||||
def test_js(self):
|
||||
self.phantom_js(
|
||||
"/web/tests?module=web_widget_float_formula",
|
||||
"console.log('ok')",
|
||||
"",
|
||||
login="admin",
|
||||
login="admin"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user