mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
8b5876428b
commit
161e5c804e
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue