fix: 调试发布run
This commit is contained in:
@@ -32,6 +32,14 @@ describe("platform web shared theme CSS", () => {
|
||||
expect(css).toContain(".runtime-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))");
|
||||
});
|
||||
|
||||
it("keeps runtime task progress display visually explicit", () => {
|
||||
const css = compact(readThemeCss());
|
||||
|
||||
expect(css).toContain(".runtime-task-progress-summary{display:grid");
|
||||
expect(css).toContain(".runtime-task-progress-summary>span{color:var(--accent)");
|
||||
expect(css).toContain(".runtime-task-meter-track{height:10px");
|
||||
});
|
||||
|
||||
it("keeps server card stat tiles readable over busy backgrounds", () => {
|
||||
const css = compact(readThemeCss());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user