MCPcopy Index your code
hub / github.com/coder/coder / clickWorkspaceUpdateSubmit

Function clickWorkspaceUpdateSubmit

site/e2e/helpers.ts:1110–1114  ·  view source on GitHub ↗
(page: Page, name: RegExp)

Source from the content-addressed store, hash-verified

1108};
1109
1110const clickWorkspaceUpdateSubmit = async (page: Page, name: RegExp) => {
1111 const submitButton = page.getByRole("button", { name });
1112 await expect(submitButton).toBeEnabled({ timeout: 30_000 });
1113 await submitButton.click();
1114};
1115
1116export const updateTemplate = async (
1117 page: Page,

Callers 3

updateWorkspaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected