Skip to content

Commit 4868c46

Browse files
authored
Merge pull request #4660 from CODEAbhinav-art/fix/authchooser-oidc-dialogtitle
fix(a11y): populate empty DialogTitle in AuthTypeoidc story
2 parents 123b10a + 5b5d686 commit 4868c46

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
@@ -70,6 +70,7 @@ export const AuthTypeoidc = Template.bind({});
7070
AuthTypeoidc.args = {
7171
...argFixture,
7272
clusterAuthType: 'oidc',
73+
title: 'Sign in with OpenID Connect',
7374
};
7475

7576
export const AnError = Template.bind({});

frontend/src/components/authchooser/__snapshots__/AuthChooser.AuthTypeoidc.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 title
91+
Sign in with OpenID Connect
9292
</h1>
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)