mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
cb3474d1d8
commit
3f13fd8a7a
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue