Ensure that discover data exists for home/_navigation test so that the test suite can run in isolation (#62516) (#63177)

This commit is contained in:
Brian Seeders 2020-04-10 11:14:45 -04:00 committed by GitHub
parent cb3474d1d8
commit 3f13fd8a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
describe('Kibana browser back navigation should work', function describeIndexTests() {
before(async () => {
await esArchiver.loadIfNeeded('discover');
await esArchiver.loadIfNeeded('makelogs');
if (browser.isInternetExplorer) {
await kibanaServer.uiSettings.replace({ 'state:storeInSessionStorage': false });