diff --git a/web-console/src/views/datasource-view/__snapshots__/datasource-view.spec.tsx.snap b/web-console/src/views/datasource-view/__snapshots__/datasource-view.spec.tsx.snap index 916251606c3..0e4bc806871 100755 --- a/web-console/src/views/datasource-view/__snapshots__/datasource-view.spec.tsx.snap +++ b/web-console/src/views/datasource-view/__snapshots__/datasource-view.spec.tsx.snap @@ -11,11 +11,43 @@ exports[`data source view matches snapshot 1`] = ` localStorageKey="datasources-refresh-rate" onRefresh={[Function]} /> - + + + + } + defaultIsOpen={false} + disabled={false} + fill={false} + hasBackdrop={false} + hoverCloseDelay={300} + hoverOpenDelay={150} + inheritDarkTheme={true} + interactionKind="click" + minimal={false} + modifiers={Object {}} + openOnTargetFocus={true} + position="bottom-left" + targetTagName="span" + transitionDuration={300} + usePortal={true} + wrapperTagName="span" + > + + + {!noSqlMode && ( + goToQuery(DatasourcesView.DATASOURCE_SQL)} + /> + )} + + ); + + return ( + <> + +