diff --git a/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap b/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap index e1b0e7f9c..6879c48fe 100644 --- a/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap +++ b/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap @@ -37,6 +37,11 @@ exports[`Timeseries LoadingPage we have expected props on initial load 2`] = `
+
{ }) return props.hidden ? null : (
+
= (props) => { // wait until all the jquery stuff is loaded - $( document ).ready(function( $ ) { + $(document).ready(function ($) { // enable tooltips $('[data-toggle="tooltip"]').tooltip(); - }) + }); return ( -