Skip to content

Commit

Permalink
Hardcode the golden data path. (#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
HidyHan authored Jan 27, 2024
1 parent 128bf4d commit 345c37e
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 345c37e

Please sign in to comment.