Tsvb chart - unskipping the gauge test (#47155)

Fixes https://github.com/elastic/kibana/issues/46677 - unskipping the tests
This commit is contained in:
Rashmi Kulkarni 2019-10-04 10:07:38 -07:00 committed by GitHub
parent 54382fe122
commit 8b1a3787cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
});
// FLAKY: https://github.com/elastic/kibana/issues/46677
describe.skip('gauge', () => {
describe('gauge', () => {
beforeEach(async () => {
await PageObjects.visualBuilder.resetPage();
await PageObjects.visualBuilder.clickGauge();