mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
load empty_kibana in test to have clean starting point (#82772)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c6afc47f32
commit
ae6f5afe8d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export default function ({ getService, getPageObjects }) {
|
||||||
|
|
||||||
describe('mgmt saved objects', function describeIndexTests() {
|
describe('mgmt saved objects', function describeIndexTests() {
|
||||||
beforeEach(async function () {
|
beforeEach(async function () {
|
||||||
|
await esArchiver.load('empty_kibana');
|
||||||
await esArchiver.load('discover');
|
await esArchiver.load('discover');
|
||||||
await PageObjects.settings.navigateTo();
|
await PageObjects.settings.navigateTo();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue