Skip to content

Commit

Permalink
fix: update story
Browse files Browse the repository at this point in the history
  • Loading branch information
benlister-okta committed May 17, 2024
1 parent f46123b commit b453549
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,9 @@ export const ButtonSecondaryAsLink: StoryObj<ButtonProps> = {
args: {
label: "Visit okta.com",
variant: "floatingAction",
href: "http://okta.com",
href: "https://okta.com",
onClick: undefined,
},
play: async ({ args, canvasElement, step }: playType) => {
await interactWithButton({ canvasElement, step })({
args,
actionName: "Button Secondary with Link",
hoverState: false,
});
},
};
export const ButtonSmall: StoryObj<ButtonProps> = {
name: "Small",
Expand Down

0 comments on commit b453549

Please sign in to comment.