summaryrefslogtreecommitdiff
path: root/addons/website_form/tests/test_website_form_editor.py
blob: 0bb993cb051d10241f9d11e63435f05f373d728d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# -*- coding: utf-8 -*-

import odoo.tests


@odoo.tests.tagged('post_install','-at_install')
class TestWebsiteFormEditor(odoo.tests.HttpCase):
    def test_tour(self):
        self.start_tour("/", 'website_form_editor_tour', login="admin")
        self.start_tour("/", 'website_form_editor_tour_submit')
        self.start_tour("/", 'website_form_editor_tour_results', login="admin")