Build: Fix failing e2e tests and implicit any check (#17567)

* Tests: Updates truth screen shot

* Fix: Fixes an implicit any error
pull/17568/head
Hugo Häggmark 6 years ago committed by GitHub
parent d612beec25
commit 9e9fdb9cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/features/explore/AdHocFilterField.test.tsx
  2. BIN
      public/e2e-test/screenShots/theTruth/smoke-test-scenario.png

@ -1,5 +1,6 @@
import React from 'react';
import { shallow } from 'enzyme';
import { DataSourceApi } from '@grafana/ui';
import { AdHocFilterField, DEFAULT_REMOVE_FILTER_VALUE } from './AdHocFilterField';
import { AdHocFilter } from './AdHocFilter';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save