Revert "Skip flaky test"

This reverts commit 8b5876428b.
This commit is contained in:
Brian Seeders 2019-10-22 11:03:37 -04:00
parent 8b5876428b
commit 161e5c804e
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -106,8 +106,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
after(async () => {
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.clickMetricPanelOptions();