Commit ef590d93 by Ehtesham

bokchoy fixes

parent ba034d32
...@@ -885,9 +885,9 @@ class SymbolicProblemTypeTest(ProblemTypeTestBase, ProblemTypeTestMixin): ...@@ -885,9 +885,9 @@ class SymbolicProblemTypeTest(ProblemTypeTestBase, ProblemTypeTestMixin):
} }
status_indicators = { status_indicators = {
'correct': ['span div.correct'], 'correct': ['capa_inputtype div.correct'],
'incorrect': ['span div.incorrect'], 'incorrect': ['capa_inputtype div.incorrect'],
'unanswered': ['span div.unanswered'], 'unanswered': ['capa_inputtype div.unanswered'],
} }
def setUp(self, *args, **kwargs): def setUp(self, *args, **kwargs):
......
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