Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into rc1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwjn committed Jan 28, 2024
2 parents d9c7032 + 345c37e commit 6b17b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/ui_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ def create_path(path):
return output_dir

def _get_browser_name(self):
if self.browser.capabilities['browserName'] == 'chrome-headless-shell':
return 'chrome'
return self.browser.capabilities['browserName']


Expand Down

0 comments on commit 6b17b70

Please sign in to comment.