Skip to content

Commit 47ee4d3

Browse files
test(ios): update E2E iOS device to use iOS 14.5
1 parent 946cf01 commit 47ee4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/e2e/wdio.ios.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports.config = {
1212
browserName: '',
1313
automationName: 'XCUITest',
1414
platformName: 'iOS',
15-
platformVersion: '14.3',
15+
platformVersion: '14.5',
1616
deviceName: 'iPhone 8',
1717
app: 'build/Build/Products/Release-iphonesimulator/IntercomReactNativeExampleUI.app',
1818
},

0 commit comments

Comments
 (0)