Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Bug 1173933 - Close all but one tab in tearDown of the update tests. …
Browse files Browse the repository at this point in the history
…r=armenzg
  • Loading branch information
chmanchester committed Jun 11, 2015
1 parent ab8a405 commit dd810bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firefox_ui_harness/testcases/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ def restore_config_files(self):

def tearDown(self):
try:
self.browser.tabbar.close_all_tabs([self.browser.tabbar.selected_tab])

# Print results for now until we have treeherder integration
output = pprint.pformat(self.updates)
self.logger.info('Update test results: \n{}'.format(output))
Expand Down

0 comments on commit dd810bd

Please sign in to comment.