Remove pre-1.0 production governance surfaces
This commit is contained in:
@@ -10,11 +10,10 @@ function compact(value) {
|
||||
}
|
||||
|
||||
describe("platform web shared theme CSS", () => {
|
||||
it("keeps production lifecycle and alert controls bounded at narrow width", () => {
|
||||
it("keeps plugin lifecycle controls bounded at narrow width", () => {
|
||||
const css = compact(readThemeCss());
|
||||
|
||||
expect(css).toContain("@media(max-width:640px){.plugin-lifecycle-controls{grid-template-columns:minmax(0,1fr)}");
|
||||
expect(css).toContain(".production-alert-actions,.production-alert-actionsbutton{width:100%}");
|
||||
expect(css).toContain("overflow-wrap:anywhere");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user