From 22c3686e2e9d28f5c09da53cbf776841a431b63e Mon Sep 17 00:00:00 2001 From: Ondrej Ezr Date: Tue, 16 Jul 2024 10:05:25 +0200 Subject: [PATCH] Firstboot: Add testid to empty state buttons --- src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx b/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx index 0d7c8b27..08e79ae9 100644 --- a/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx +++ b/src/Components/CreateImageWizardV2/steps/FirstBoot/index.tsx @@ -64,6 +64,10 @@ const FirstBootStep = () => { onCodeChange={(code) => dispatch(setFirstBootScript(code))} code={selectedScript} height="35vh" + emptyStateButton={Browse} + emptyStateLink={ + Start from scratch + } /> );