From a6f6ed4191158daae73d7c5fc00af038cb175dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 17 Jan 2019 19:04:53 +0100 Subject: [PATCH] updated snapshot --- .../DataSourceSettingsPage.test.tsx.snap | 415 ++++++++++++++++++ 1 file changed, 415 insertions(+) create mode 100644 public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap diff --git a/public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap b/public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap new file mode 100644 index 00000000000..bcd8237ff39 --- /dev/null +++ b/public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap @@ -0,0 +1,415 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Render should render alpha info text 1`] = ` +
+ +
+
+
+
+ This plugin is marked as being in alpha state, which means it is in early development phase and updates will include breaking changes. +
+ + +
+ + +
+
+
+`; + +exports[`Render should render beta info text 1`] = ` +
+ +
+
+
+
+ This plugin is marked as being in a beta development state. This means it is in currently in active development and could be missing important features. +
+ + +
+ + +
+
+
+`; + +exports[`Render should render component 1`] = ` +
+ +
+
+
+ + +
+ + +
+
+
+`; + +exports[`Render should render is ready only message 1`] = ` +
+ +
+
+
+
+ This datasource was added by config and cannot be modified using the UI. Please contact your server admin to update this datasource. +
+ + +
+ + +
+
+
+`; + +exports[`Render should render loader 1`] = ` +
+ + +
+`;