Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup test/functional/fixtures/es_archiver/dashboard/legacy #133827

Merged
merged 6 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/functional/apps/dashboard/group4/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService, loadTestFile }: FtrProviderContext) {
const browser = getService('browser');
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');

async function loadLogstash() {
await browser.setWindowSize(1200, 900);
Expand All @@ -19,6 +20,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {

async function unloadLogstash() {
await esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
await kibanaServer.savedObjects.cleanStandardList();
}

describe('dashboard app - group 4', function () {
Expand Down
Binary file not shown.
205 changes: 0 additions & 205 deletions test/functional/fixtures/es_archiver/dashboard/legacy/mappings.json

This file was deleted.

Binary file not shown.
Loading