Skip to content

Commit

Permalink
test: update new testing device (iPhone 13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobile CI committed Jan 8, 2024
1 parent 1a7549c commit 6770679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/iOSUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { execSync } from 'shell-utils/src/exec';
const utils = {
setDemoMode: () => {
execSync(
'xcrun simctl status_bar "iPhone 15 Pro" override --time "12:00" --batteryState charged --batteryLevel 100 --wifiBars 3 --cellularMode active --cellularBars 4'
'xcrun simctl status_bar "iPhone 13" override --time "12:00" --batteryState charged --batteryLevel 100 --wifiBars 3 --cellularMode active --cellularBars 4'
);
},
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"ios.none": {
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
"type": "ios.none",
"name": "iPhone 15 Pro",
"name": "iPhone 13",
"session": {
"server": "ws://localhost:8099",
"sessionId": "playground"
Expand Down

0 comments on commit 6770679

Please sign in to comment.