Skip to content
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ src/platform/plugins/shared/discover/public/context_awareness/profile_providers/
/x-pack/platform/test/functional/page_objects/lens_page.ts @elastic/kibana-visualizations
/x-pack/platform/test/fixtures/es_archives/lens @elastic/kibana-visualizations
/x-pack/platform/test/examples/embedded_lens @elastic/kibana-visualizations
/x-pack/test/api_integration/fixtures/kbn_archiver/lens/ @elastic/kibana-visualizations
/x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/ @elastic/kibana-visualizations
/x-pack/platform/test/api_integration/apis/lens @elastic/kibana-visualizations
/src/platform/test/plugin_functional/test_suites/custom_visualizations @elastic/kibana-visualizations
/src/platform/test/plugin_functional/plugins/kbn_tp_custom_visualizations @elastic/kibana-visualizations
Expand Down Expand Up @@ -1675,7 +1675,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
/x-pack/platform/test/api_integration_deployment_agnostic/apis/streams @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/oblt.streams.index.ts @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/oblt.streams.serverless.config.ts @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/test/api_integration/fixtures/kbn_archiver/streams @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/platform/test/api_integration/fixtures/kbn_archives/streams @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests @elastic/streams-program-team @elastic/obs-ux-logs-team
/x-pack/test_serverless/functional/test_suites/observability/streams @elastic/streams-program-team @elastic/obs-ux-logs-team

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.load(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});

Expand All @@ -25,7 +25,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.unload(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});
loadTestFile(require.resolve('./main'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.load(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});

Expand All @@ -25,7 +25,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.unload(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});
loadTestFile(require.resolve('./main'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.load(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});

Expand All @@ -25,7 +25,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.unload(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});
loadTestFile(require.resolve('./main'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.load(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});

Expand All @@ -25,7 +25,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
await kibanaServer.importExport.unload(
'x-pack/test/api_integration/fixtures/kbn_archiver/lens/example_docs.json'
'x-pack/platform/test/api_integration/fixtures/kbn_archives/lens/example_docs.json'
);
});
loadTestFile(require.resolve('./main'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
const ARCHIVES = [
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/search.json',
'src/platform/test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json',
'x-pack/test/api_integration/fixtures/kbn_archiver/streams/tagged_dashboard.json',
'x-pack/platform/test/api_integration/fixtures/kbn_archives/streams/tagged_dashboard.json',
];

const SEARCH_DASHBOARD_ID = 'b70c7ae0-3224-11e8-a572-ffca06da1357';
Expand Down