Odoo18-Base/addons/test_website/tests/test_snippet_background_video.py
2025-01-06 10:57:38 +07:00

11 lines
326 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
import odoo.tests
@odoo.tests.common.tagged('post_install', '-at_install')
class TestSnippetBackgroundVideo(odoo.tests.HttpCase):
def test_snippet_background_video(self):
self.start_tour("/", "snippet_background_video", login="admin")