Skip to content

Commit 77bc4c9

Browse files
committed
unit test
1 parent 95353c9 commit 77bc4c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/TemplateVersionEditorPage/TemplateVersionEditorPage.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const buildTemplateVersion = async (
104104
});
105105
await user.click(buildButton);
106106
await within(topbar).findByText("Success");
107+
await screen.findByText(`Template version "${templateVersion.name}" built successfully.`);
107108
};
108109

109110
test("Use custom name, message and set it as active when publishing", async () => {

0 commit comments

Comments
 (0)