File tree Expand file tree Collapse file tree
src/components/composed/RichListItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type Story = StoryObj<typeof meta>;
2828
2929export 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
5353export 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
123123export const MinimalList : Story = {
124124 parameters : {
125- zephyr : { testCaseId : "" } ,
125+ zephyr : { testCaseId : "SW-T3580 " } ,
126126 } ,
127127 render : ( ) => (
128128 < div className = "divide-y divide-border" >
You can’t perform that action at this time.
0 commit comments