Skip to content

Commit 3aeaa49

Browse files
committed
test: add PublishDTemplateVersionDialog story
1 parent c59daf3 commit 3aeaa49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/src/pages/TemplateVersionEditorPage/TemplateVersionEditor.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ export const WithError = {
157157
},
158158
};
159159

160+
export const PublishDialog = {
161+
args: {
162+
isAskingPublishParameters: true,
163+
},
164+
};
165+
160166
export const Published = {
161167
args: {
162168
publishedVersion: MockTemplateVersion,

0 commit comments

Comments
 (0)