Skip to content

Commit 0c75748

Browse files
frontend: Fix accessible name for AuthChooser Testing story
1 parent 123b10a commit 0c75748

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/src/components/authchooser/AuthChooser.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const Testing = Template.bind({});
5959
Testing.args = {
6060
...argFixture,
6161
testingAuth: true,
62+
testingTitle: 'Authenticating cluster access',
6263
};
6364

6465
export const HaveClusters = Template.bind({});

frontend/src/components/authchooser/__snapshots__/AuthChooser.Testing.stories.storyshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
style="font-size: 1.25rem; font-weight: 500; line-height: 1.6;"
8989
tabindex="-1"
9090
>
91-
some testing title
91+
Authenticating cluster access
9292
</h1>
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)