移除QA预设角色并收紧角色模板编辑
This commit is contained in:
@@ -29,6 +29,13 @@ describe("PermissionAccessLogs", () => {
|
||||
expect(source).not.toContain("fetchIpLocations");
|
||||
});
|
||||
|
||||
it("does not expose QA in role filter presets", () => {
|
||||
const source = readSource();
|
||||
|
||||
expect(source).not.toContain('label="QA" value="QA"');
|
||||
expect(source).not.toContain('QA: "QA"');
|
||||
});
|
||||
|
||||
it("uses narrow metric cards without helper subtitles", () => {
|
||||
const source = readSource();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user