From 68c282013bdc4216293f020ab377945faee1129c Mon Sep 17 00:00:00 2001 From: Vit Horacek <36083550+mountiny@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:38:09 +0800 Subject: [PATCH] Merge pull request #26972 from Expensify/jules-fixTestflightNoteFormatting [CP Staging] [NoQA] Fix Testflight upload notes formatting (cherry picked from commit ce6b0563f5297e4af0bf29d0f1fbf1d4b349fe91) --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f19eda1db83f..ecec05f1cec1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -225,10 +225,10 @@ platform :ios do demo_account_name: ENV["APPLE_DEMO_EMAIL"], demo_account_password: ENV["APPLE_DEMO_PASSWORD"], notes: "1. In the Expensify app, enter the email 'appletest.expensify@proton.me'. This will trigger a sign-in link to be sent to 'appletest.expensify@proton.me' - 2. Navigate to https://account.proton.me/login, log into Proton Mail using 'appletest.expensify@proton.me' as email and the password associated with "appletest.expensify@proton.me", provided above + 2. Navigate to https://account.proton.me/login, log into Proton Mail using 'appletest.expensify@proton.me' as email and the password associated with 'appletest.expensify@proton.me', provided above 3. Once logged into Proton Mail, navigate to your inbox and locate the email triggered in step 1. The email subject should be 'Your magic sign-in link for Expensify' 4. Open the email and copy the 6-digit sign-in code provided within - 5. Return to the Expensify app and enter the copied 6-digit code in the designated login field + 5. Return to the Expensify app and enter the copied 6-digit code in the designated login field" } ) rescue Exception => e