Update preview group creation to handle wireframe display mode
This commit is contained in:
@@ -39,6 +39,7 @@ describe("viewport layout", () => {
|
||||
expect(getViewportLayoutModeLabel("single")).toBe("Single View");
|
||||
expect(getViewportLayoutModeLabel("quad")).toBe("4-Panel");
|
||||
expect(getViewportDisplayModeLabel("authoring")).toBe("Authoring");
|
||||
expect(getViewportDisplayModeLabel("wireframe")).toBe("Wireframe");
|
||||
expect(getViewportPanelLabel("topRight")).toBe("Top Right");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user