Skip to content

Commit

Permalink
EMT-661: move position of transform reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Sep 8, 2020
1 parent 1b769c3 commit 51302c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ export default function (providerContext: FtrProviderContext) {
id: 'logs-all_assets.test_logs-0.1.0-pipeline2',
type: 'ingest_pipeline',
},
{
id: 'logs-all_assets.test_logs-default-0.1.0',
type: 'transform',
},
{
id: 'logs-all_assets.test_logs',
type: 'index_template',
Expand All @@ -172,6 +168,10 @@ export default function (providerContext: FtrProviderContext) {
id: 'metrics-all_assets.test_metrics',
type: 'index_template',
},
{
id: 'logs-all_assets.test_logs-default-0.1.0',
type: 'transform',
},
],
es_index_patterns: {
test_logs: 'logs-all_assets.test_logs-*',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.exists('emptyPolicyTable');
});

it.skip('finds data after load and polling', async () => {
it('finds data after load and polling', async () => {
await esArchiver.load('endpoint/metadata/api_feature', { useCreate: true });
await pageObjects.endpoint.waitForTableToHaveData('endpointListTable', 120000);
const tableData = await pageObjects.endpointPageUtils.tableData('endpointListTable');
Expand Down

0 comments on commit 51302c7

Please sign in to comment.