From e3a4cfa7abd284162b91c9cf9a563ee887ab3247 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 12 Apr 2024 19:57:01 -0400 Subject: [PATCH] add class names for UI testing --- frontend/src/App.tsx | 4 ++-- frontend/src/components/ImageUpload.tsx | 2 +- frontend/src/components/UrlInputSection.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2329105..95b5779 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -457,7 +457,7 @@ function App() { @@ -574,7 +574,7 @@ function App() { diff --git a/frontend/src/components/ImageUpload.tsx b/frontend/src/components/ImageUpload.tsx index 366f104..bbecd92 100644 --- a/frontend/src/components/ImageUpload.tsx +++ b/frontend/src/components/ImageUpload.tsx @@ -166,7 +166,7 @@ function ImageUpload({ setReferenceImages }: Props) { {screenRecorderState === ScreenRecorderState.INITIAL && ( /* eslint-disable-next-line @typescript-eslint/no-explicit-any */
- +

Drag & drop a screenshot here,
or click to upload diff --git a/frontend/src/components/UrlInputSection.tsx b/frontend/src/components/UrlInputSection.tsx index 35ad622..18422d6 100644 --- a/frontend/src/components/UrlInputSection.tsx +++ b/frontend/src/components/UrlInputSection.tsx @@ -69,7 +69,7 @@ export function UrlInputSection({ doCreate, screenshotOneApiKey }: Props) {