Commit a35d524d by ichuang

fix text-input-dynamath_data test in test_input_templates.py

parent 8d0db64f
......@@ -431,7 +431,7 @@ class TextlineTemplateTest(TemplateTestCase):
'script_src': 'test_script'}
xml = self.render_to_xml(self.context)
xpath = "//div[@class='text-input-dynamath_data' and @data-preprocessor='test_class']"
xpath = "//div[@class='text-input-dynamath_data ' and @data-preprocessor='test_class']"
self.assert_has_xpath(xml, xpath, self.context)
xpath = "//div[@class='script_placeholder' and @data-src='test_script']"
......
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