diff --git a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreExtraField.test.tsx.snap b/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreExtraField.test.tsx.snap
deleted file mode 100644
index 140e32ece72..00000000000
--- a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreExtraField.test.tsx.snap
+++ /dev/null
@@ -1,26 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`PrometheusExploreExtraField should render component 1`] = `
-
-
-
- Prometheus Explore Extra Field
-
-
-
-
-`;
diff --git a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap b/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap
index 59ec675cbf2..6012d55660c 100644
--- a/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap
+++ b/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap
@@ -1,43 +1,25 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PromExploreQueryEditor should render component 1`] = `
-
-
- }
- data={
- Object {
- "request": Object {
- "app": "Grafana",
- "dashboardId": 1,
- "interval": "1s",
- "intervalMs": 1000,
- "panelId": 1,
- "range": Object {
- "from": "2020-01-01T00:00:00.000Z",
- "raw": Object {
- "from": "2020-01-01T00:00:00.000Z",
- "to": "2020-01-02T00:00:00.000Z",
- },
- "to": "2020-01-02T00:00:00.000Z",
- },
- "requestId": "1",
- "scopedVars": Object {},
- "startTime": 0,
- "targets": Array [],
- "timezone": "GMT",
- },
- "series": Array [],
- "state": "NotStarted",
- "timeRange": Object {
+
+ }
+ data={
+ Object {
+ "request": Object {
+ "app": "Grafana",
+ "dashboardId": 1,
+ "interval": "1s",
+ "intervalMs": 1000,
+ "panelId": 1,
+ "range": Object {
"from": "2020-01-01T00:00:00.000Z",
"raw": Object {
"from": "2020-01-01T00:00:00.000Z",
@@ -45,24 +27,35 @@ exports[`PromExploreQueryEditor should render component 1`] = `
},
"to": "2020-01-02T00:00:00.000Z",
},
- }
+ "requestId": "1",
+ "scopedVars": Object {},
+ "startTime": 0,
+ "targets": Array [],
+ "timezone": "GMT",
+ },
+ "series": Array [],
+ "state": "NotStarted",
+ "timeRange": Object {
+ "from": "2020-01-01T00:00:00.000Z",
+ "raw": Object {
+ "from": "2020-01-01T00:00:00.000Z",
+ "to": "2020-01-02T00:00:00.000Z",
+ },
+ "to": "2020-01-02T00:00:00.000Z",
+ },
}
- datasource={Object {}}
- history={Array []}
- onBlur={[Function]}
- onChange={[MockFunction]}
- onRunQuery={[MockFunction]}
- query={
- Object {
- "expr": "",
- "interval": "1s",
- "refId": "A",
- }
+ }
+ datasource={Object {}}
+ history={Array []}
+ onBlur={[Function]}
+ onChange={[MockFunction]}
+ onRunQuery={[MockFunction]}
+ query={
+ Object {
+ "expr": "",
+ "interval": "1s",
+ "refId": "A",
}
- />
-
-
+ }
+/>
`;