Skip to content

[FIX] survey, project_todo: enable tours #4574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master-mysterious-egg
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions addons/project_todo/tests/test_todo_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
@tagged('post_install', '-at_install')
class TestTodoUi(HttpCaseWithUserDemo):

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@users('admin')
def test_tour_project_task_activities_split(self):
""" Activities linked to project.task records can appear either in the
Expand Down
2 changes: 0 additions & 2 deletions addons/survey/tests/test_survey_ui_certification.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from odoo.addons.base.tests.common import HttpCaseWithUserDemo
import unittest

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@odoo.tests.common.tagged('post_install', '-at_install')
class TestUiCertification(HttpCaseWithUserDemo):

Expand Down
2 changes: 0 additions & 2 deletions addons/survey/tests/test_survey_ui_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from odoo.addons.base.tests.common import HttpCaseWithUserDemo
import unittest

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@odoo.tests.common.tagged('post_install', '-at_install')
class TestUiFeedback(HttpCaseWithUserDemo):

Expand Down
2 changes: 0 additions & 2 deletions addons/test_website_slides_full/tests/test_ui_wslides.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def setUp(cls):
]
})

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
@users("portal")
def test_course_certification_employee(self):
# use proper environment to test user dependent computes
Expand Down