Skip to content

Commit d90ced7

Browse files
committed
Add snapshot for TabbedPanes.js
1 parent 7701a99 commit d90ced7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/views/Explorer/RemoteExplorerLayout/TabbedPanes.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ describe(__filename, function () {
2424
};
2525

2626
const props = {
27-
numCols: 1, activeRemoteContainerID: {0: "AAA"}, distractionFreeMode: false, containers: []
27+
numCols: 1,
28+
activeRemoteContainerID: {0: "AAA"},
29+
distractionFreeMode: false,
30+
containers: [{ID: "AAA", paneID: 0}]
2831
};
2932
wrapper = setUp(initialState, props)
3033
});

src/views/Explorer/RemoteExplorerLayout/__snapshots__/TabbedPanes.test.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@ exports[`/media/negativezero/Projects/rclone/rclone-webui-react/src/views/Explor
4545
/>
4646
</Col>
4747
</Row>
48+
<Connect(RemoteExplorer)
49+
className=""
50+
containerID="AAA"
51+
distractionFreeMode={false}
52+
key="AAA"
53+
/>
4854
</Col>
4955
`;

0 commit comments

Comments
 (0)