Skip to content

Commit 1e30398

Browse files
Shogo IshidaShogo Ishida
authored andcommitted
Fix desired capabilities
1 parent e1fc7f4 commit 1e30398

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample-code/examples/ruby/simple_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
caps: {
3838
platformName: 'iOS',
3939
versionNumber: '7.1',
40+
deviceName: 'iPhone Simulator',
4041
app: APP_PATH,
4142
},
4243
appium_lib: {
@@ -102,4 +103,4 @@ module IOS
102103
driver_quit
103104
puts 'Tests Succeeded!'
104105
end
105-
end
106+
end

0 commit comments

Comments
 (0)