diff options
Diffstat (limited to 'ui-react/src/components/loop_viewer')
-rw-r--r-- | ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap | 4 | ||||
-rw-r--r-- | ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap b/ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap index 25736d2e9..75b817bab 100644 --- a/ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap +++ b/ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap @@ -5,7 +5,7 @@ exports[`Verify LoopLogs Test the render method 1`] = ` <label> Loop Logs </label> - <Styled(Bootstrap(Table)) + <Styled(Component) hover={true} responsive={true} striped={true} @@ -56,6 +56,6 @@ exports[`Verify LoopLogs Test the render method 1`] = ` } /> </tbody> - </Styled(Bootstrap(Table))> + </Styled(Component)> </styled.div> `; diff --git a/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap b/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap index 275933ee8..73da5fff1 100644 --- a/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap +++ b/ui-react/src/components/loop_viewer/status/__snapshots__/LoopStatus.test.js.snap @@ -7,7 +7,7 @@ exports[`Verify LoopStatus Test the render method 1`] = ` DESIGN </label> <div> - <Styled(Bootstrap(Table)) + <Styled(Component) hover={true} responsive={true} striped={true} @@ -58,7 +58,7 @@ exports[`Verify LoopStatus Test the render method 1`] = ` } /> </tbody> - </Styled(Bootstrap(Table))> + </Styled(Component)> </div> </styled.div> `; |