Fixed test_undo_changes and test_manaul_change that were failing on Chrome

This commit is contained in:
raeeschachar
2015-10-06 01:22:41 +05:00
parent 87e3988c6a
commit cb02b62b7c
2 changed files with 18 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ class AdvancedSettingsValidationTest(StudioCourseTest):
# Let modal popup
self.advanced_settings.wait_for_modal_load()
# Press Undo Changes button
# Click Undo Changes button
self.advanced_settings.undo_changes_via_modal()
# Check that changes are undone
@@ -337,8 +337,6 @@ class AdvancedSettingsValidationTest(StudioCourseTest):
# Iterate through the wrong values and make sure they're still displayed
for key, val in inputs.iteritems():
print self.advanced_settings.get(key)
print val
self.assertEquals(
str(self.advanced_settings.get(key)),
str(val),