Skip to content
Merged
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: 2 additions & 0 deletions common/test/acceptance/tests/lms/test_lms_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
See also old lettuce tests in lms/djangoapps/courseware/features/problems.feature
"""
from textwrap import dedent
from flaky import flaky

from ..helpers import UniqueCourseTest
from ...pages.studio.auto_auth import AutoAuthPage
Expand Down Expand Up @@ -191,6 +192,7 @@ def get_problem(self):
""")
return XBlockFixtureDesc('problem', 'PROBLEM HTML HINT TEST', data=xml)

@flaky # TODO fix this, see TNL-3183
def test_check_hint(self):
"""
Test clicking Check shows the extended hint in the problem message.
Expand Down