Commit 67b64a80 by Marko Jevtic

Fixing bokchoy test failure

parent abd46e45
......@@ -80,7 +80,7 @@ class DashboardSearchTest(WebAppTest):
course_fix.add_children(
XBlockFixtureDesc('chapter', 'Section 1').add_children(
XBlockFixtureDesc('sequential', 'Subsection 1').add_children(
XBlockFixtureDesc('problem', 'dashboard search')
XBlockFixtureDesc('problem', 'Test Problem')
)
)
).add_children(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment