We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4df94 commit 681b135Copy full SHA for 681b135
scripts/e2e/ios-devices.js
@@ -1,11 +1,11 @@
1
-const DEFEAULT_APPLE_MODEL = 'iPhone 17';
+const DEFAULT_APPLE_MODEL = 'iPhone 17';
2
const DEVICE_MODEL = process.env.E2E_APPLE_DEVICE || DEFEAULT_APPLE_MODEL
3
const DEFEAULT_IOS_VERSION = 'iOS 26.2';
4
5
/**
6
* @return {`iOS ${string}`} requested version of ios, or default if not specified
7
*/
8
-function getiosVersion() {
+function getIOSVersion() {
9
const passedVersion = process.env.E2E_IOS_VERSION;
10
if (passedVersion) {
11
if (passedVersion.startsWith('iOS ')) {
0 commit comments