Skip to content

Commit ed3cb9a

Browse files
committed
Fix UI test
1 parent 0c4280c commit ed3cb9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceParametersPage/WorkspaceParametersPage.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test("Submit the workspace settings page successfully", async () => {
6767
// Assert that the API calls were made with the correct data
6868
await waitFor(() => {
6969
expect(postWorkspaceBuildSpy).toHaveBeenCalledWith(MockWorkspace.id, {
70+
reason: "dashboard",
7071
transition: "start",
7172
rich_parameter_values: [
7273
{ name: MockTemplateVersionParameter1.name, value: "new-value" },

0 commit comments

Comments
 (0)