Files
Jairo Llopis 01077d3e34 [FIX][web_duplicate_visibility] Run tests.
Tests were not run in bots.

Includes some cosmetic fixes.
2016-11-02 13:30:41 +01:00

15 lines
368 B
Python

# -*- coding: utf-8 -*-
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp.tests import HttpCase
class TestJS(HttpCase):
def test_js(self):
self.phantom_js(
"/web/tests?module=web_duplicate_visibility",
"",
login="admin",
)