feat: ship single-file run distribution and list key reset
Compile-time run auth replaces zip sidecars, lengthens run keys, revokes active sessions on reset, and exposes run-key reset in the server list.
This commit is contained in:
@@ -159,6 +159,14 @@ describe("first-party console pages", () => {
|
||||
expect(serversPageSource).toContain("onClick={() => void refreshMetrics()}");
|
||||
});
|
||||
|
||||
it("exposes run key reset from the compact server list danger menu", () => {
|
||||
expect(serversPageSource).toContain("reset-run-key");
|
||||
expect(serversPageSource).toContain("重置 run 密钥");
|
||||
expect(serversPageSource).toContain("runtimeKeyResetStages");
|
||||
expect(serversPageSource).toContain("platformApiClient.resetRunKey");
|
||||
expect(serversPageSource).toContain("旧 run 会话已失效");
|
||||
});
|
||||
|
||||
it("submits declared runtime profiles and logical bindings from the create workflow", () => {
|
||||
expect(serversPageSource).toContain("<ManagementDialog");
|
||||
expect(serversPageSource).toContain('className="provider-form dialog-form"');
|
||||
|
||||
Reference in New Issue
Block a user