Skip to content

Commit

Permalink
[management/_kibana_settings] reset date format via API
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Oct 16, 2019
1 parent 9aeae9d commit 72a28b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/management/_kibana_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export default function ({ getService, getPageObjects }) {
});

after(async function () {
await PageObjects.settings.clickKibanaSettings();
await PageObjects.settings.setAdvancedSettingsSelect('dateFormat:tz', 'UTC');
await kibanaServer.uiSettings.replace({ 'dateFormat:tz': 'UTC' });
await browser.refresh();
});
});
}

0 comments on commit 72a28b1

Please sign in to comment.