From f47b53c5b9867221cfdc517f9b035b7efde5ff66 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 25 Apr 2024 22:03:12 +0100 Subject: [PATCH] Fix formatting issues in code blocks --- .../Components/CategoryCheckbox/Category.tsx | 2 +- .../RadioButtons/GroupRadioButtons.tsx | 1 - CommonUI/src/Components/TextArea/TextArea.tsx | 2 +- Dashboard/src/Pages/Onboarding/Welcome.tsx | 2 +- E2E/Config.ts | 10 +-- E2E/Tests/Accounts/Register.spec.ts | 68 +++++++++++-------- E2E/Tests/App/StatusCheck.spec.ts | 34 ++++++---- E2E/Tests/Home/Landing.spec.ts | 4 +- E2E/Tests/Home/SignUp.spec.ts | 4 +- E2E/Tests/Ingestor/StatusCheck.spec.ts | 33 ++++++--- .../Public/oneuptime/templates/e2e-cron.yml | 6 ++ 11 files changed, 103 insertions(+), 63 deletions(-) diff --git a/CommonUI/src/Components/CategoryCheckbox/Category.tsx b/CommonUI/src/Components/CategoryCheckbox/Category.tsx index 57b241bdb7..4e14cc1421 100644 --- a/CommonUI/src/Components/CategoryCheckbox/Category.tsx +++ b/CommonUI/src/Components/CategoryCheckbox/Category.tsx @@ -14,7 +14,7 @@ export interface CategoryProps { onChange: (value: Array) => void; initialValue?: undefined | Array; isLastCategory: boolean; - dataTestId?: string | undefined; + dataTestId?: string | undefined; } enum CategoryCheckboxValueState { diff --git a/CommonUI/src/Components/RadioButtons/GroupRadioButtons.tsx b/CommonUI/src/Components/RadioButtons/GroupRadioButtons.tsx index 8eca1d05de..bb70a50fe0 100644 --- a/CommonUI/src/Components/RadioButtons/GroupRadioButtons.tsx +++ b/CommonUI/src/Components/RadioButtons/GroupRadioButtons.tsx @@ -12,7 +12,6 @@ export interface RadioButton { value: string; sideTitle?: string | undefined; sideDescription?: string | undefined; - } export interface ComponentProps { diff --git a/CommonUI/src/Components/TextArea/TextArea.tsx b/CommonUI/src/Components/TextArea/TextArea.tsx index 3b85b62e49..d1465f32f1 100644 --- a/CommonUI/src/Components/TextArea/TextArea.tsx +++ b/CommonUI/src/Components/TextArea/TextArea.tsx @@ -59,7 +59,7 @@ const TextArea: FunctionComponent = (