diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2024-06-26 13:42:00 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@kvadrat.se> | 2024-06-26 14:34:52 +0200 |
| commit | 79734cd7d5767632560422ab39d6cd996c66dc61 (patch) | |
| tree | 53988c9024580e92d2e5c04e65da50bac2d08f84 | |
| parent | 70459426985fabbfd7d7b3851ba79d9985adb809 (diff) | |
| download | mullvadvpn-screenshots-fixes.tar.xz mullvadvpn-screenshots-fixes.zip | |
Do WIPscreenshots-fixes
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 3 | ||||
| -rw-r--r-- | ios/MullvadVPNUITests/Pages/Page.swift | 2 | ||||
| -rw-r--r-- | ios/Snapfile | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 74fb0355ee..45688d626f 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -10,8 +10,7 @@ TEST_DEVICE_IDENTIFIER_UUID = // PARTNER_API_TOKEN = // Mullvad accounts used by UI tests -HAS_TIME_ACCOUNT_NUMBER[config=Debug] = -HAS_TIME_ACCOUNT_NUMBER[config=Staging] = +HAS_TIME_ACCOUNT_NUMBER = // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. AD_SERVING_DOMAIN = vpnlist.to diff --git a/ios/MullvadVPNUITests/Pages/Page.swift b/ios/MullvadVPNUITests/Pages/Page.swift index 92a63d8884..eea89bd51d 100644 --- a/ios/MullvadVPNUITests/Pages/Page.swift +++ b/ios/MullvadVPNUITests/Pages/Page.swift @@ -50,7 +50,7 @@ class Page { } @discardableResult func tapWhereStatusBarShouldBeToScrollToTopMostPosition() -> Self { - app.coordinate(withNormalizedOffset: CGVector(dx: 0.5, dy: 0)).tap() + app.coordinate(withNormalizedOffset: CGVector(dx: 0.75, dy: 0)).tap() return self } } diff --git a/ios/Snapfile b/ios/Snapfile index bed7cfd3f1..499ccec261 100644 --- a/ios/Snapfile +++ b/ios/Snapfile @@ -4,9 +4,9 @@ ios_version '17.2' devices([ "iPhone SE (3rd generation)", "iPhone 15 Pro", - "iPhone 15 Pro Max" - #"iPad Pro (11-inch) (4th generation)", - #"iPad Pro (12.9-inch) (6th generation)" + "iPhone 15 Pro Max", + "iPad Pro (11-inch) (4th generation)", + "iPad Pro (12.9-inch) (6th generation)" ]) languages([ |
