Skip to content

Commit

Permalink
fix: use iphone se
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Oct 24, 2024
1 parent 3b09bb6 commit fbb3ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appium/config/wdio.live.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config.capabilities = [
platformName: 'iOS',
hostname: '127.0.0.1',
'appium:automationName': 'XCUITest',
'appium:deviceName': 'iPhone 15',
'appium:deviceName': 'iPhone SE (3rd generation)',
'appium:platformVersion': '17.4',
'appium:app': join(process.cwd(), './FlowCrypt.app'),
},
Expand Down
2 changes: 1 addition & 1 deletion appium/config/wdio.mock.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config.capabilities = [
'appium:processArguments': {
args: ['--mock-fes-api', '--mock-attester-api', '--mock-gmail-api'],
},
'appium:deviceName': 'iPhone 15',
'appium:deviceName': 'iPhone SE (3rd generation)',
'appium:platformVersion': '17.4',
'appium:orientation': 'PORTRAIT',
'appium:app': join(process.cwd(), './FlowCrypt.app'),
Expand Down

0 comments on commit fbb3ac0

Please sign in to comment.