Skip to content

Commit

Permalink
[Discover] Unskip custom time range test (elastic#176132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored and fkanout committed Feb 8, 2024
1 parent 02424c2 commit b5a216c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions test/functional/services/dashboard/panel_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export function DashboardCustomizePanelProvider({ getService, getPageObject }: F
);
}
});

await retry.waitFor('superDatePickerToggleQuickMenuButton to be present', async () => {
return Boolean(await this.findDatePickerQuickMenuButton());
});
}

public async disableCustomTimeRange() {
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/discover/saved_searches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.common.unsetTime();
});

// FLAKY: https://github.com/elastic/kibana/issues/104578
describe.skip('Customize time range', () => {
describe('Customize time range', () => {
it('should be possible to customize time range for saved searches on dashboards', async () => {
await PageObjects.dashboard.navigateToApp();
await PageObjects.dashboard.clickNewDashboard();
Expand Down

0 comments on commit b5a216c

Please sign in to comment.