Skip to content

Commit 4032875

Browse files
authored
Unset defaultIndex after test
1 parent f36fa67 commit 4032875

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/functional/apps/discover/_indexpattern_without_timefield.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3333

3434
after(async () => {
3535
await esArchiver.unload('index_pattern_without_timefield');
36+
await kibanaServer.uiSettings.unset('defaultIndex');
3637
});
3738

3839
it('should not display a timepicker', async () => {

0 commit comments

Comments
 (0)