Commit dbd0c56a by solashirai

removed incorrect check

parent 004d6019
......@@ -82,7 +82,6 @@ class CrowdsourcehinterProblemTest(UniqueCourseTest):
self.assertGreater(len(self.browser.find_elements_by_class_name('csh_rate_hint')), 0)
csh_problem_page.rate_hint()
csh_problem_page.wait_for_ajax()
self.assertGreater(len(self.browser.find_elements_by_class_name('csh_rate_hint_completed')), 0)
csh_problem_page.submit_text_answer("michigan")
csh_problem_page.wait_for_ajax()
......
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