зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1527674 - [marionette] Always quit the browser for tests in test_profile_management.py. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D118322
This commit is contained in:
Родитель
74315d236b
Коммит
f6de2de4ab
|
@ -24,9 +24,10 @@ class BaseProfileManagement(MarionetteTestCase):
|
|||
|
||||
def tearDown(self):
|
||||
shutil.rmtree(self.orig_profile_path, ignore_errors=True)
|
||||
|
||||
self.marionette.profile = None
|
||||
|
||||
self.marionette.quit(clean=True)
|
||||
|
||||
super(BaseProfileManagement, self).tearDown()
|
||||
|
||||
@property
|
||||
|
|
Загрузка…
Ссылка в новой задаче