Skip to content

Commit

Permalink
no reason to reset filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Apr 13, 2022
1 parent 29bc44e commit 2f273c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_scripted_fields_filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(lang).to.be('expression');
}
});
await PageObjects.settings.clearScriptedFieldLanguageFilter('expression');
// await PageObjects.settings.clearScriptedFieldLanguageFilter('expression');
});
});
}

0 comments on commit 2f273c8

Please sign in to comment.