We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c865bd6 commit 081d352Copy full SHA for 081d352
1 file changed
test/functional/ios/patch_test.rb
@@ -55,8 +55,8 @@ def test_location_rel
55
location = e.location_rel @@driver
56
57
expected_x, expected_y = if over_ios17?(@@driver)
58
- # iPhone 15 Plus
59
- ['64.0 / 430.0', '245.0 / 932.0']
+ # iPhone 17
+ ['64.0 / 402.0', '245.0 / 932.0']
60
elsif over_ios14?(@@driver)
61
# iPhone 11
62
['64.0 / 414.0', '239.5 / 896.0']
0 commit comments