diff --git a/components/src/atoms/buttons/EmptySelectorButton.tsx b/components/src/atoms/buttons/EmptySelectorButton.tsx index 1749cdb729b..8c3adc765b0 100644 --- a/components/src/atoms/buttons/EmptySelectorButton.tsx +++ b/components/src/atoms/buttons/EmptySelectorButton.tsx @@ -40,7 +40,7 @@ export function EmptySelectorButton( width="100%" height="100%" alignItems={ALIGN_CENTER} - data-testid='EmptySelectorButton_container' + data-testid="EmptySelectorButton_container" justifyContent={ textAlignment === 'middle' ? JUSTIFY_CENTER : JUSTIFY_START }