Skip to content

Commit

Permalink
remove unnecessary code modification
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 6, 2024
1 parent a94d289 commit f52b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helper/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def ios_w3c_driver() -> 'WebDriver':
'sessionId': '1234567890',
'capabilities': {
'device': 'iphone',
'browserName': 'UIKitCatalog',
'browserName': 'UICatalog',
'sdkVersion': '11.4',
'CFBundleIdentifier': 'com.example.apple-samplecode.UICatalog',
},
Expand Down

0 comments on commit f52b984

Please sign in to comment.