Commit ab052768 authored by Jérome Perrin's avatar Jérome Perrin

ERP5TypeFunctionalTestCase: make sure to always quit browser

This is important to release the session on selenium server
parent fa5b0793
......@@ -209,9 +209,9 @@ class FunctionalTestRunner:
).encode('UTF-8'),
html_parser
)
browser.quit()
finally:
xvfb.quit()
browser.quit()
return iframe
def processResult(self, iframe):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment