Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed May 14, 2020
1 parent 71e30b0 commit 9ecbefd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/management/_import_objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ export default function({ getService, getPageObjects }) {
await PageObjects.settings.importFile(
path.join(__dirname, 'exports', '_import_objects_with_index_patterns.json')
);
await PageObjects.settings.checkImportFailedWarning();
await PageObjects.settings.clickImportDone();

const objects = await PageObjects.settings.getSavedObjectsInTable();
Expand Down

0 comments on commit 9ecbefd

Please sign in to comment.