WizardV2: fix google account typo
This commit is contained in:
parent
79a9455371
commit
913a7d6406
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue