polish server deployment workflow
This commit is contained in:
@@ -75,6 +75,9 @@ describe("ServerDetailPage config write approval", () => {
|
||||
});
|
||||
|
||||
it("surfaces run distribution and client-manager workflows through platform-mediated APIs", () => {
|
||||
expect(serverDetailPageSource).toContain('params.routeKey !== "run-builder"');
|
||||
expect(serverDetailPageSource).toContain('id="run-builder"');
|
||||
expect(serverDetailPageSource).toContain("scrollIntoView");
|
||||
expect(serverDetailPageSource).toContain("getServerRuntimeActions");
|
||||
expect(serverDetailPageSource).toContain("generateRunDistribution");
|
||||
expect(serverDetailPageSource).toContain("downloadLatestRunDistribution");
|
||||
|
||||
Reference in New Issue
Block a user