feat(scum): remove fake management surfaces
This commit is contained in:
@@ -135,6 +135,11 @@ describe("ServerDetailPage config write approval", () => {
|
||||
expect(serverDetailPageSource).not.toContain("ScumFileManagementSection");
|
||||
});
|
||||
|
||||
it("keeps SCUM detail tabs to plugin management pages plus AI assistant", () => {
|
||||
expect(serverDetailPageSource).toContain('plugin?.id === "game.scum"');
|
||||
expect(serverDetailPageSource).toContain('return [...pluginPages, { id: "llm", label: "AI 助手" }]');
|
||||
});
|
||||
|
||||
it("keeps plugin lifecycle output out of raw bridge-visible detail surfaces", () => {
|
||||
expect(serverDetailPageSource).not.toContain("platformApiClient.openArtifactDownload(artifact.id)");
|
||||
expect(serverDetailPageSource).not.toContain("downloadArtifactReference(reference");
|
||||
|
||||
Reference in New Issue
Block a user