Chore: Add tests for HelpWizard (#94271)

This commit is contained in:
kay delaney
2024-10-07 10:02:01 +01:00
committed by GitHub
parent acd13e05ef
commit 4569872048
2 changed files with 59 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export function HelpWizard({ panel, onClose }: Props) {
return (
<Drawer
title={`Get help with this panel`}
title="Get help with this panel"
size="lg"
onClose={onClose}
subtitle={
@@ -150,7 +150,7 @@ export function HelpWizard({ panel, onClose }: Props) {
<>
<Field
label="Randomize data"
description="Modify the original data to hide sensitve information. Note the lengths will stay the same, and duplicate values will be equal."
description="Modify the original data to hide sensitive information. Note the lengths will stay the same, and duplicate values will be equal."
>
<Stack>
<InlineSwitch