Skip to content

Commit 228e18a

Browse files
chore: add Zephyr test case IDs to stories
1 parent 1e5417c commit 228e18a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/composed/RichListItem/RichListItem.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Story = StoryObj<typeof meta>;
2828

2929
export const Default: Story = {
3030
parameters: {
31-
zephyr: { testCaseId: "" },
31+
zephyr: { testCaseId: "SW-T5122" },
3232
},
3333
args: {
3434
leading: <RichListItemAvatar initials="JS" />,
@@ -52,7 +52,7 @@ export const Default: Story = {
5252

5353
export const TeamList: Story = {
5454
parameters: {
55-
zephyr: { testCaseId: "" },
55+
zephyr: { testCaseId: "SW-T3579" },
5656
},
5757
render: () => {
5858
const members = [
@@ -122,7 +122,7 @@ export const TeamList: Story = {
122122

123123
export const MinimalList: Story = {
124124
parameters: {
125-
zephyr: { testCaseId: "" },
125+
zephyr: { testCaseId: "SW-T3580" },
126126
},
127127
render: () => (
128128
<div className="divide-y divide-border">

0 commit comments

Comments
 (0)