always load test fixtures (#98464)

This commit is contained in:
Joe Reuter 2021-04-28 10:12:29 +02:00 committed by GitHub
parent 10a93366e0
commit 0cf1256784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
before(async () => {
log.debug('Starting lens before method');
await browser.setWindowSize(1280, 800);
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.loadIfNeeded('lens/basic');
await esArchiver.load('logstash_functional');
await esArchiver.load('lens/basic');
});
after(async () => {