diff --git a/frontend/src/components/authchooser/AuthChooser.stories.tsx b/frontend/src/components/authchooser/AuthChooser.stories.tsx index 19da60a77fc..436d69c6980 100644 --- a/frontend/src/components/authchooser/AuthChooser.stories.tsx +++ b/frontend/src/components/authchooser/AuthChooser.stories.tsx @@ -59,6 +59,7 @@ export const Testing = Template.bind({}); Testing.args = { ...argFixture, testingAuth: true, + testingTitle: 'Authenticating cluster access', }; export const HaveClusters = Template.bind({}); diff --git a/frontend/src/components/authchooser/__snapshots__/AuthChooser.Testing.stories.storyshot b/frontend/src/components/authchooser/__snapshots__/AuthChooser.Testing.stories.storyshot index 863dae34595..3050acea8f5 100644 --- a/frontend/src/components/authchooser/__snapshots__/AuthChooser.Testing.stories.storyshot +++ b/frontend/src/components/authchooser/__snapshots__/AuthChooser.Testing.stories.storyshot @@ -88,7 +88,7 @@ style="font-size: 1.25rem; font-weight: 500; line-height: 1.6;" tabindex="-1" > - some testing title + Authenticating cluster access