Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/858#discussion_r156182999
--- Diff:
metron-interface/metron-alerts/e2e/alerts-list/configure-table/configure-table.e2e-spec.ts
---
@@ -47,7 +47,7 @@ describe('metron-alerts configure table', function() {
let newColNamesColumnConfig = [ 'score', 'timestamp', 'source:type',
'ip_src_addr', 'enrichments:geo:ip_dst_addr:country',
'ip_dst_addr', 'host', 'alert_status', 'guid' ];
- page.clearLocalStorage();
+ //page.clearLocalStorage();
--- End diff --
Can we remove this line instead of commenting it out?
---