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:
Henrik Skupin 2021-06-21 10:50:01 +00:00
Родитель 74315d236b
Коммит f6de2de4ab
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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