Bug 1242890 - Fix UpdateTestcase for unknown 'download()' method. r=maja_zf

This commit is contained in:
Henrik Skupin 2016-01-28 05:30:00 +01:00
parent 7b577b9c98
commit 3884051cbc

View File

@ -330,7 +330,7 @@ class UpdateTestCase(FirefoxTestCase):
'Available update has been found')
# Download update and wait until it has been applied
self.download(about_window)
self.download_update(about_window)
self.wait_for_update_applied(about_window)
finally: