From 1081af436b7c5fa5e112cd315d8af1fbd9210ce2 Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Mon, 10 Jun 2024 17:44:03 +0200 Subject: [PATCH] Corrected scheme --- ios/Snapfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Snapfile b/ios/Snapfile index 43c55ae82dca..c525461ed4a9 100644 --- a/ios/Snapfile +++ b/ios/Snapfile @@ -14,8 +14,8 @@ languages([ # ["pt", "pt_BR"] # Portuguese with Brazilian locale ]) -# The name of the scheme which contains the UI Tests -scheme("MullvadVPNUITests") +# The name of the scheme which contains the screenshot UI Tests +scheme("MullvadVPN") # The name of the test plan which contains the UI Tests testplan("MullvadVPNScreenshots")