WizardV2: fix google account typo

This commit is contained in:
Amir 2024-05-23 16:30:10 +03:00 committed by Klara Simickova
parent 79a9455371
commit 913a7d6406
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ const Gcp = () => {
<Radio
id="share-with-google"
data-testid="share-with-google"
label="Share image with a Google acount"
label="Share image with a Google account"
name="radio-1"
description={
<Text>

View file

@ -459,7 +459,7 @@ describe('Step Upload to Google', () => {
await setUp();
const shareRadioButton = await screen.findByText(
/share image with a google acount/i
/share image with a google account/i
);
await user.click(shareRadioButton);
@ -1176,7 +1176,7 @@ describe('Keyboard accessibility', () => {
// Target environment google
expect(
await screen.findByRole('radio', {
name: /share image with a google acount/i,
name: /share image with a google account/i,
})
).toHaveFocus();
await user.type(