Skip to content

Commit 23531b8

Browse files
committed
[IMP] website: re-enable test_website_form_special_characters tour
1 parent e084332 commit 23531b8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

addons/website/static/tests/tours/website_form_editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { delay } from '@odoo/hoot-dom';
21
import {
32
changeOption,
43
clickOnEditAndWaitEditMode,

addons/website/tests/test_website_form_editor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def test_contactus_form_email_stay_dynamic(self):
6161
def test_website_form_editable_content(self):
6262
self.start_tour('/', 'website_form_editable_content', login="admin")
6363

64-
# TODO @mysterious-egg: new tour
65-
@unittest.skip
6664
def test_website_form_special_characters(self):
6765
self.start_tour('/', 'website_form_special_characters', login='admin')
6866
mail = self.env['mail.mail'].search([], order='id desc', limit=1)

0 commit comments

Comments
 (0)