Skip to content

Commit 725dd16

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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+
title: 'Authenticating cluster access',
6263
};
6364

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

0 commit comments

Comments
 (0)