flectra/addons/account/tests/test_bank_stmt_reconciliati...

9 lines
376 B
Python
Raw Normal View History

2018-01-16 11:34:37 +01:00
from flectra.tests import HttpCase
class TestUi(HttpCase):
post_install = True
at_install = False
def test_01_admin_bank_statement_reconciliation(self):
2018-01-16 11:34:37 +01:00
self.phantom_js("/", "flectra.__DEBUG__.services['web.Tour'].run('bank_statement_reconciliation', 'test')", "flectra.__DEBUG__.services['web.Tour'].tours.bank_statement_reconciliation", login="admin")