mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[management/_kibana_settings] reset date format via API
This commit is contained in:
parent
9aeae9d6dd
commit
72a28b14b4
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue