Unskip functional testing of TSVB index pattern switching (#56848)

* Unskip test

* Remove comment
This commit is contained in:
Matthias Wilhelm 2020-02-06 20:52:24 +01:00 committed by GitHub
parent 0748c5c32f
commit 8e9e4e18ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
await esArchiver.unload('kibana_sample_data_flights');
});
// FLAKY: https://github.com/elastic/kibana/issues/43150
it.skip('should be able to switch between index patterns', async () => {
it('should be able to switch between index patterns', async () => {
const value = await PageObjects.visualBuilder.getMetricValue();
expect(value).to.eql('156');
await PageObjects.visualBuilder.clickPanelOptions('metric');