Group game operation sections
This commit is contained in:
@@ -173,6 +173,8 @@ describe("ServerDetailPage config write approval", () => {
|
||||
it("routes plugin-declared pages into server detail tabs", () => {
|
||||
expect(serverDetailPageSource).toContain("serverDetailSectionEntries(readyPlugin)");
|
||||
expect(serverDetailPageSource).toContain("plugin:${page.key}");
|
||||
expect(serverDetailPageSource).toContain("ServerDetailSectionNav");
|
||||
expect(serverDetailPageSource).toContain('aria-label="游戏运营功能"');
|
||||
expect(serverDetailPageSource).toContain('section === "files"');
|
||||
expect(serverDetailPageSource).toContain("PluginPageSection");
|
||||
expect(serverDetailPageSource).toContain("PluginPageHostPage");
|
||||
|
||||
Reference in New Issue
Block a user