test_tours.py 385 Bytes
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from odoo.addons.base.tests.common import HttpCaseWithUserPortal
from odoo.tests import tagged


@tagged('post_install', '-at_install')
class TestUi(HttpCaseWithTandurPortal):
    def test_01_tandur_load_tour(self):
        self.start_tour("/", 'tandur_load_homepage', login="portal")