about summary refs log tree commit diff
path: root/src/components/ReportDialog/SelectReportOptionView.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-04-09 16:27:39 -0700
committerGitHub <noreply@github.com>2024-04-09 16:27:39 -0700
commitee87f2cadd07519516bd8cc344d7559d4a6222aa (patch)
tree68733caefa3f84119279ad7ea75fabdc6466ab57 /src/components/ReportDialog/SelectReportOptionView.tsx
parentfbcd4ddabc8459929944d8379386a2afc3d6b740 (diff)
downloadvoidsky-ee87f2cadd07519516bd8cc344d7559d4a6222aa.tar.zst
1.76 release preparations (#3459)
* Run intl:extract

* Update dev-env to 0.3.4

* Test fixes
Diffstat (limited to 'src/components/ReportDialog/SelectReportOptionView.tsx')
-rw-r--r--src/components/ReportDialog/SelectReportOptionView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ReportDialog/SelectReportOptionView.tsx b/src/components/ReportDialog/SelectReportOptionView.tsx
index c67698348..8219b2095 100644
--- a/src/components/ReportDialog/SelectReportOptionView.tsx
+++ b/src/components/ReportDialog/SelectReportOptionView.tsx
@@ -90,6 +90,7 @@ export function SelectReportOptionView({
           return (
             <Button
               key={reportOption.reason}
+              testID={reportOption.reason}
               label={_(msg`Create report for ${reportOption.title}`)}
               onPress={() => props.onSelectReportOption(reportOption)}>
               <ReportOptionButton