mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Tests] Include dashboard time zone test
This commit is contained in:
parent
f63a3df17d
commit
d0d8e5ad69
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
const dashboardExpect = getService('dashboardExpect');
|
||||
const PageObjects = getPageObjects(['dashboard', 'header', 'settings', 'common']);
|
||||
|
||||
xdescribe('dashboard time zones', () => {
|
||||
describe('dashboard time zones', () => {
|
||||
before(async () => {
|
||||
await PageObjects.settings.navigateTo();
|
||||
await PageObjects.settings.clickKibanaSavedObjects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue