Skip to content

Commit 06c3a75

Browse files
committed
iOS driver tests are green
1 parent c2e80f0 commit 06c3a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios_tests/lib/ios/specs/driver.rb

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def is_sauce
3636
actual = driver_attributes
3737
actual[:caps][:app] = File.basename actual[:caps][:app]
3838
expected = { caps: { platformName: 'ios',
39+
platformVersion: '8.1',
3940
deviceName: 'iPhone Simulator',
4041
app: 'UICatalog.app' },
4142
custom_url: false,

0 commit comments

Comments
 (0)