Skip to content

[NO QA] Shorten test drive modal copy#74986

Merged
mjasikowski merged 5 commits into
mainfrom
jamesdeanexpensify-patch-5
Nov 14, 2025
Merged

[NO QA] Shorten test drive modal copy#74986
mjasikowski merged 5 commits into
mainfrom
jamesdeanexpensify-patch-5

Conversation

@jamesdeanexpensify

Copy link
Copy Markdown
Contributor

Updated the modal copy to remove 'No pit stops required!'

There's a hanging "orphan" word on this modal that I want to get rid of:

image

Explanation of Change

Fixed Issues

$
PROPOSAL:

Tests

  • Verify that no errors appear in the JS console

Offline tests

QA Steps

// TODO: These must be filled out, or the issue title must include "[No QA]."

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

Updated the modal copy to remove 'No pit stops required!'
Removed the phrase '¡No se requieren paradas!' from the modal description.
@jamesdeanexpensify jamesdeanexpensify self-assigned this Nov 12, 2025
@jamesdeanexpensify jamesdeanexpensify marked this pull request as ready for review November 12, 2025 20:21
@jamesdeanexpensify jamesdeanexpensify requested review from a team as code owners November 12, 2025 20:21
@melvin-bot melvin-bot Bot requested review from JmillsExpensify and Valforte and removed request for a team November 12, 2025 20:21
@melvin-bot

melvin-bot Bot commented Nov 12, 2025

Copy link
Copy Markdown

@Valforte Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@jamesdeanexpensify

Copy link
Copy Markdown
Contributor Author

@Valforte are you able to run a command for all the other languages that need updating? Thanks!

@OSBotify

This comment has been minimized.

@OSBotify

Copy link
Copy Markdown
Contributor

🦜 Polyglot Parrot! 🦜

Squawk! Looks like you added some shiny new English strings. Allow me to parrot them back to you in other tongues:

View the translation diff
diff --git a/src/languages/de.ts b/src/languages/de.ts
index 8eff56d3..2e082edf 100644
--- a/src/languages/de.ts
+++ b/src/languages/de.ts
@@ -1415,11 +1415,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: 'Nur bezahlen',
         approveOnly: 'Nur genehmigen',
-        holdEducationalTitle: 'Diese Anfrage ist an',
-        holdEducationalText: 'halten',
-        whatIsHoldExplain: 'Halten ist wie das Drücken der „Pause“-Taste bei einer Ausgabe, um vor der Genehmigung oder Zahlung nach weiteren Details zu fragen.',
+        holdEducationalTitle: 'Diese Anfrage ist aktiv',
+        holdEducationalText: 'Anhalten',
+        whatIsHoldExplain: 'Hold ist, als würde man bei einer Ausgabe auf „Pause“ drücken, um vor der Genehmigung oder Zahlung weitere Details anzufordern.',
         holdIsLeftBehind: 'Zurückgehaltene Ausgaben werden nach Genehmigung oder Zahlung in einen anderen Bericht verschoben.',
-        unholdWhenReady: 'Genehmiger können Ausgaben freigeben, wenn sie zur Genehmigung oder Zahlung bereit sind.',
+        unholdWhenReady: 'Genehmigende können Ausgaben freigeben, wenn sie zur Genehmigung oder Zahlung bereit sind.',
         changePolicyEducational: {
             title: 'Du hast diesen Bericht verschoben!',
             description: 'Überprüfen Sie diese Punkte, die sich beim Verschieben von Berichten in einen neuen Arbeitsbereich ändern können.',
@@ -7387,8 +7387,8 @@ ${amount} für ${merchant} - ${date}`,
         },
         modal: {
             title: 'Probieren Sie uns aus',
-            description: 'Machen Sie eine schnelle Produkttour, um schnell auf den neuesten Stand zu kommen. Keine Zwischenstopps erforderlich!',
-            confirmText: 'Testfahrt starten',
+            description: 'Machen Sie eine kurze Tour durch das Produkt, um schnell auf den neuesten Stand zu kommen.',
+            confirmText: 'Testversion starten',
             helpText: 'Überspringen',
             employee: {
                 description:
diff --git a/src/languages/fr.ts b/src/languages/fr.ts
index 20ef3b44..7e49e720 100644
--- a/src/languages/fr.ts
+++ b/src/languages/fr.ts
@@ -1418,10 +1418,10 @@ const translations: TranslationDeepObject<typeof en> = {
         payOnly: 'Payer seulement',
         approveOnly: 'Approuver seulement',
         holdEducationalTitle: 'Cette demande est activée',
-        holdEducationalText: 'tenir',
-        whatIsHoldExplain: 'La mise en attente, c\'est comme appuyer sur "pause" pour une dépense afin de demander plus de détails avant l\'approbation ou le paiement.',
-        holdIsLeftBehind: 'Les dépenses en attente sont déplacées vers un autre rapport après approbation ou paiement.',
-        unholdWhenReady: "Les approbateurs peuvent débloquer les dépenses lorsqu'elles sont prêtes pour approbation ou paiement.",
+        holdEducationalText: 'Mettre en attente',
+        whatIsHoldExplain: 'La mise en attente, c’est comme appuyer sur « pause » sur une dépense pour demander plus de détails avant l’approbation ou le paiement.',
+        holdIsLeftBehind: 'Les dépenses en attente sont déplacées vers un autre rapport lors de l’approbation ou du paiement.',
+        unholdWhenReady: 'Les approbateurs peuvent lever la mise en attente des dépenses lorsqu’elles sont prêtes pour approbation ou paiement.',
         changePolicyEducational: {
             title: 'Vous avez déplacé ce rapport !',
             description: 'Vérifiez ces éléments, qui ont tendance à changer lors du déplacement des rapports vers un nouvel espace de travail.',
@@ -7390,8 +7390,8 @@ ${amount} pour ${merchant} - ${date}`,
         },
         modal: {
             title: 'Faites un essai avec nous',
-            description: "Faites une visite rapide du produit pour vous mettre rapidement à jour. Pas d'arrêts nécessaires !",
-            confirmText: "Commencer l'essai",
+            description: 'Faites une visite rapide du produit pour être rapidement opérationnel.',
+            confirmText: 'Commencer l’essai',
             helpText: 'Passer',
             employee: {
                 description:
diff --git a/src/languages/it.ts b/src/languages/it.ts
index 5fd1e061..93926198 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -1412,10 +1412,10 @@ const translations: TranslationDeepObject<typeof en> = {
         payOnly: 'Paga solo',
         approveOnly: 'Approva solo',
         holdEducationalTitle: 'Questa richiesta è attiva',
-        holdEducationalText: 'tieni',
-        whatIsHoldExplain: 'Mettere in sospeso è come premere "pausa" su una spesa per chiedere ulteriori dettagli prima dell\'approvazione o del pagamento.',
-        holdIsLeftBehind: "Le spese trattenute vengono spostate in un altro report al momento dell'approvazione o del pagamento.",
-        unholdWhenReady: "Gli approvatori possono sbloccare le spese quando sono pronte per l'approvazione o il pagamento.",
+        holdEducationalText: 'in sospeso',
+        whatIsHoldExplain: 'Mettere in sospeso è come premere "pausa" su una spesa per chiedere ulteriori dettagli prima dell’approvazione o del pagamento.',
+        holdIsLeftBehind: 'Le spese in sospeso vengono spostate in un altro report al momento dell’approvazione o del pagamento.',
+        unholdWhenReady: 'Gli approvatori possono sbloccare le spese quando sono pronte per l’approvazione o per il pagamento.',
         changePolicyEducational: {
             title: 'Hai spostato questo report!',
             description: 'Ricontrolla questi elementi, che tendono a cambiare quando si spostano i report in un nuovo spazio di lavoro.',
@@ -7396,8 +7396,8 @@ ${amount} per ${merchant} - ${date}`,
         },
         modal: {
             title: 'Mettici alla prova',
-            description: 'Fai un rapido tour del prodotto per metterti al passo velocemente. Nessuna sosta necessaria!',
-            confirmText: 'Inizia la prova',
+            description: 'Fai un breve tour del prodotto per metterti subito al passo.',
+            confirmText: 'Avvia il test drive',
             helpText: 'Salta',
             employee: {
                 description:
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index 3d8e3e63..afb198a2 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -1411,11 +1411,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: '支払いのみ',
         approveOnly: '承認のみ',
-        holdEducationalTitle: 'このリクエストはオン',
+        holdEducationalTitle: 'This request is on',
         holdEducationalText: '保留',
-        whatIsHoldExplain: '保留は、承認や支払いの前に詳細を確認するために、経費を「一時停止」するようなものです。',
-        holdIsLeftBehind: '保留された経費は承認または支払い時に別のレポートに移動します。',
-        unholdWhenReady: '承認者は、承認または支払いの準備が整ったときに経費を解除できます。',
+        whatIsHoldExplain: '「Hold」は、承認や支払いの前に詳細を確認するために、その経費に「一時停止」をかけるようなものです。',
+        holdIsLeftBehind: '保留中の経費は、承認または支払い時に別のレポートに移動します。',
+        unholdWhenReady: '承認者は、承認または支払いの準備ができたら、経費の保留を解除できます。',
         changePolicyEducational: {
             title: 'このレポートを移動しました!',
             description: 'レポートを新しいワークスペースに移動する際に変更される傾向があるこれらの項目を再確認してください。',
@@ -7328,7 +7328,7 @@ ${date} - ${merchant}に${amount}`,
         },
         modal: {
             title: '私たちを試してみてください',
-            description: '製品ツアーをすばやく見て、すぐに追いつきましょう。途中で止まる必要はありません!',
+            description: '短いプロダクトツアーで、すぐに使い方を把握しましょう。',
             confirmText: 'テストドライブを開始',
             helpText: 'Skip',
             employee: {
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index 2d05ffa3..26edebb2 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -1411,11 +1411,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: 'Alleen betalen',
         approveOnly: 'Alleen goedkeuren',
-        holdEducationalTitle: 'Dit verzoek is ingediend op',
-        holdEducationalText: 'vasthouden',
-        whatIsHoldExplain: 'Vasthouden is als het indrukken van "pauze" op een uitgave om meer details te vragen voordat deze wordt goedgekeurd of betaald.',
-        holdIsLeftBehind: 'Ingehouden uitgaven worden naar een ander rapport verplaatst na goedkeuring of betaling.',
-        unholdWhenReady: 'Goedkeurders kunnen uitgaven vrijgeven wanneer ze klaar zijn voor goedkeuring of betaling.',
+        holdEducationalTitle: 'Dit verzoek is ingeschakeld',
+        holdEducationalText: 'reservering',
+        whatIsHoldExplain: "Hold is alsof je een uitgave op 'pauze' zet om meer details te vragen voordat deze wordt goedgekeurd of betaald.",
+        holdIsLeftBehind: 'Uitgaven in de wacht worden naar een ander rapport verplaatst na goedkeuring of betaling.',
+        unholdWhenReady: 'Goedkeurders kunnen onkosten vrijgeven wanneer ze klaar zijn voor goedkeuring of betaling.',
         changePolicyEducational: {
             title: 'Je hebt dit rapport verplaatst!',
             description: 'Controleer deze items dubbel, aangezien ze de neiging hebben te veranderen bij het verplaatsen van rapporten naar een nieuwe werkruimte.',
@@ -7376,7 +7376,7 @@ ${amount} voor ${merchant} - ${date}`,
         },
         modal: {
             title: 'Probeer ons uit',
-            description: 'Maak een snelle producttour om snel op de hoogte te zijn. Geen tussenstops nodig!',
+            description: 'Volg een korte producttour om snel op gang te komen.',
             confirmText: 'Start proefrit',
             helpText: 'Overslaan',
             employee: {
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index 2872a833..d8cb3796 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -1409,11 +1409,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: 'Płać tylko',
         approveOnly: 'Zatwierdź tylko',
-        holdEducationalTitle: 'To żądanie jest w toku',
-        holdEducationalText: 'trzymaj',
-        whatIsHoldExplain: 'Wstrzymanie jest jak naciśnięcie „pauzy” na wydatku, aby poprosić o więcej szczegółów przed zatwierdzeniem lub płatnością.',
+        holdEducationalTitle: 'To żądanie jest aktywne',
+        holdEducationalText: 'wstrzymanie',
+        whatIsHoldExplain: 'Hold jest jak naciśnięcie „pauzy” na wydatku, aby poprosić o więcej szczegółów przed zatwierdzeniem lub płatnością.',
         holdIsLeftBehind: 'Wstrzymane wydatki są przenoszone do innego raportu po zatwierdzeniu lub opłaceniu.',
-        unholdWhenReady: 'Osoby zatwierdzające mogą zdjąć blokadę z wydatków, gdy będą gotowe do zatwierdzenia lub płatności.',
+        unholdWhenReady: 'Osoby zatwierdzające mogą zdjąć wstrzymanie wydatków, gdy są one gotowe do zatwierdzenia lub płatności.',
         changePolicyEducational: {
             title: 'Przeniosłeś ten raport!',
             description: 'Sprawdź te elementy, które mają tendencję do zmiany podczas przenoszenia raportów do nowego obszaru roboczego.',
@@ -7364,8 +7364,8 @@ ${amount} dla ${merchant} - ${date}`,
         },
         modal: {
             title: 'Wypróbuj nas w wersji testowej',
-            description: 'Weź szybką wycieczkę po produkcie, aby szybko się zorientować. Żadnych przystanków nie potrzeba!',
-            confirmText: 'Rozpocznij jazdę próbną',
+            description: 'Skorzystaj z krótkiego przewodnika po produkcie, aby szybko się wdrożyć.',
+            confirmText: 'Rozpocznij wersję demonstracyjną',
             helpText: 'Pomiń',
             employee: {
                 description:
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index 6d8311c9..6eb34942 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -1408,11 +1408,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: 'Pagar apenas',
         approveOnly: 'Aprovar apenas',
-        holdEducationalTitle: 'Esta solicitação está em andamento',
-        holdEducationalText: 'aguarde',
-        whatIsHoldExplain: 'Colocar em espera é como apertar "pausa" em uma despesa para solicitar mais detalhes antes da aprovação ou pagamento.',
+        holdEducationalTitle: 'Esta solicitação está ativa',
+        holdEducationalText: 'reter',
+        whatIsHoldExplain: 'Hold é como apertar “pausa” em uma despesa para solicitar mais detalhes antes da aprovação ou do pagamento.',
         holdIsLeftBehind: 'Despesas retidas são movidas para outro relatório após aprovação ou pagamento.',
-        unholdWhenReady: 'Os aprovadores podem liberar despesas quando estiverem prontas para aprovação ou pagamento.',
+        unholdWhenReady: 'Os aprovadores podem liberar despesas quando elas estiverem prontas para aprovação ou pagamento.',
         changePolicyEducational: {
             title: 'Você moveu este relatório!',
             description: 'Verifique novamente esses itens, que tendem a mudar ao mover relatórios para um novo espaço de trabalho.',
@@ -7376,7 +7376,7 @@ ${amount} para ${merchant} - ${date}`,
         },
         modal: {
             title: 'Faça um test drive conosco',
-            description: 'Faça um rápido tour pelo produto para se atualizar rapidamente. Sem paradas necessárias!',
+            description: 'Faça um tour rápido pelo produto para começar rapidamente.',
             confirmText: 'Iniciar test drive',
             helpText: 'Pular',
             employee: {
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index 29c003c7..60fbf0ad 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -1389,11 +1389,11 @@ const translations: TranslationDeepObject<typeof en> = {
         }),
         payOnly: '仅支付',
         approveOnly: '仅批准',
-        holdEducationalTitle: '此请求正在处理中',
-        holdEducationalText: '保持',
-        whatIsHoldExplain: '将“暂停”用于费用上,以便在批准或付款前请求更多详细信息。',
-        holdIsLeftBehind: '待处理费用在批准或支付后移至另一份报告。',
-        unholdWhenReady: '审批者可以在准备好审批或付款时解除费用保留。',
+        holdEducationalTitle: '该请求已开启',
+        holdEducationalText: '搁置',
+        whatIsHoldExplain: 'Hold 就像对一笔费用按下“暂停”,以便在批准或付款之前请求更多详细信息。',
+        holdIsLeftBehind: '暂挂的费用在获批或付款后将移至另一份报告。',
+        unholdWhenReady: '当准备好进行审批或付款时,审批人可以解除费用的搁置。',
         changePolicyEducational: {
             title: '您已移动此报告!',
             description: '请仔细检查这些项目,因为在将报告移动到新工作区时,它们往往会发生变化。',
@@ -7213,7 +7213,7 @@ ${merchant}的${amount} - ${date}`,
         },
         modal: {
             title: '试用我们吧',
-            description: '快速浏览产品,迅速上手。无需中途停留!',
+            description: '进行一次简短的产品导览,快速上手。',
             confirmText: '开始试用',
             helpText: 'Skip',
             employee: {

Note

You can apply these changes to your branch by copying the patch to your clipboard, then running pbpaste | git apply 😉

@codecov

codecov Bot commented Nov 12, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 8 files with indirect coverage changes

# Conflicts:
#	src/languages/de.ts
#	src/languages/fr.ts
#	src/languages/it.ts
#	src/languages/ja.ts
#	src/languages/nl.ts
#	src/languages/pl.ts
#	src/languages/pt-BR.ts
#	src/languages/zh-hans.ts
@Valforte

Copy link
Copy Markdown
Contributor

@jamesdeanexpensify done. Will request a new reviewer

@Valforte Valforte requested a review from a team November 13, 2025 14:04
@melvin-bot melvin-bot Bot requested a review from mjasikowski November 13, 2025 14:04
@melvin-bot

melvin-bot Bot commented Nov 13, 2025

Copy link
Copy Markdown

@mjasikowski Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot melvin-bot Bot removed the request for review from a team November 13, 2025 14:04

@JmillsExpensify JmillsExpensify left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No concerns from a product/logic perspective.

@mjasikowski

Copy link
Copy Markdown
Contributor

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: HybridApp
    • Android: mWeb Chrome
    • iOS: HybridApp
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Android: HybridApp
Android: mWeb Chrome
iOS: HybridApp
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

@mjasikowski mjasikowski merged commit bb1a1e0 into main Nov 14, 2025
30 of 31 checks passed
@mjasikowski mjasikowski deleted the jamesdeanexpensify-patch-5 branch November 14, 2025 08:36
@OSBotify

Copy link
Copy Markdown
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to staging by https://github.com/mjasikowski in version: 9.2.59-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 failure ❌
🍎 iOS 🍎 success ✅

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/grgia in version: 9.2.59-5 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 failure ❌
🍎 iOS 🍎 failure ❌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants