Skip to content

Commit 081d352

Browse files
committed
update test
1 parent c865bd6 commit 081d352

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/functional/ios/patch_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def test_location_rel
5555
location = e.location_rel @@driver
5656

5757
expected_x, expected_y = if over_ios17?(@@driver)
58-
# iPhone 15 Plus
59-
['64.0 / 430.0', '245.0 / 932.0']
58+
# iPhone 17
59+
['64.0 / 402.0', '245.0 / 932.0']
6060
elsif over_ios14?(@@driver)
6161
# iPhone 11
6262
['64.0 / 414.0', '239.5 / 896.0']

0 commit comments

Comments
 (0)