Skip to content

Commit ed904df

Browse files
author
Ives van Hoorne
committed
Update ios
1 parent afdf901 commit ed904df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/app/integration-tests/browser-tests/browsers.test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ describe('browser-tests', () => {
4949
async () => {
5050
// Input capabilities
5151
const capabilities = {
52-
browserName: 'iPhone',
53-
platform: 'MAC',
54-
device: 'iPhone 6',
52+
os_version: '9.1',
53+
device: 'iPhone 6S',
5554
};
5655

5756
await testPageWitCapabilities(capabilities);

0 commit comments

Comments
 (0)