Skip to content

Commit

Permalink
docs: update ai label callout story name (#17174)
Browse files Browse the repository at this point in the history
* docs: update ai label callout story name

* docs: update ai label callout story name

* chore: update story name

* Update Slug-test.avt.e2e.js

* Update Slug-test.avt.e2e.js
  • Loading branch information
alisonjoseph authored Aug 15, 2024
1 parent a35c1e4 commit 7b69c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/components/AILabel/Slug-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test.describe('@avt AILabel', () => {
test('@avt-keyboard-nav - slug', async ({ page }) => {
await visitStory(page, {
component: 'Search',
id: 'components-ailabel--callout',
id: 'components-ailabel--explainability-popover',
globals: {
theme: 'white',
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/components/AILabel/Slug-test.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test.describe('AILabel', () => {
test('AILabel callout @vrt', async ({ page }) => {
await snapshotStory(page, {
component: 'AILabel',
id: 'components-ailabel--callout',
id: 'components-ailabel--explainability-popover',
theme,
});
});
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/components/AILabel/AILabel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const Default = () => (
</>
);

export const Callout = (args) => {
export const ExplainabilityPopover = (args) => {
const { showSlugActions = true } = args;

return (
Expand Down Expand Up @@ -284,7 +284,7 @@ export const Callout = (args) => {
);
};

Callout.argTypes = {
ExplainabilityPopover.argTypes = {
showSlugActions: {
control: {
type: 'boolean',
Expand Down

0 comments on commit 7b69c56

Please sign in to comment.