Skip to content

Commit

Permalink
remove the commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jun 16, 2020
1 parent c04c006 commit e4ce3a1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
before(async () => {
// clear out the data and reload the page
await deleteMetadataStream(getService);
// await esArchiver.unload('endpoint/metadata/api_feature');
await pageObjects.endpoint.navigateToEndpointList();
});
after(async () => {
// reload the data so the other tests continue to pass
await esArchiver.load('endpoint/metadata/api_feature', { useCreate: true });
// await esArchiver.load('endpoint/metadata/api_feature');
});
it('displays no items found when empty', async () => {
// get the endpoint list table data and verify message
Expand Down Expand Up @@ -179,7 +177,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
after(async () => {
await deleteMetadataStream(getService);
// await esArchiver.unload('endpoint/metadata/api_feature');
});
});
};

0 comments on commit e4ce3a1

Please sign in to comment.