feat: refactor artifact analysis workspace
This commit is contained in:
@@ -43,6 +43,9 @@ describe("workbench responsive layout", () => {
|
||||
);
|
||||
|
||||
expect(result.current.isLargeScreen).toBe(true);
|
||||
expect(result.current.shouldShowConditionFeed).toBe(false);
|
||||
|
||||
act(() => result.current.toggleConditionFeedForViewport());
|
||||
expect(result.current.shouldShowConditionFeed).toBe(true);
|
||||
|
||||
act(() => result.current.handleConditionExpandedChange(true));
|
||||
|
||||
Reference in New Issue
Block a user