Commit ef590d93 by Ehtesham

bokchoy fixes

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