[ https://issues.apache.org/jira/browse/METRON-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16537147#comment-16537147 ]
ASF GitHub Bot commented on METRON-1651: ---------------------------------------- Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1095#discussion_r201060283 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/meta-alerts/meta-alert.e2e-spec.ts --- @@ -242,7 +244,8 @@ describe('Test spec for meta alerts workflow', function() { expect(guidValues).toEqual(alertsInMetaAlerts.sort()); await tablePage.removeAlert(5); await treePage.clickYesForConfirmation(); - expect(await tablePage.getCellValue(0, 2, '(20')).toContain('(19)', 'alert count should be decremented'); + // expect(await tablePage.getCellValue(0, 2, '(20')).toContain('(19)', 'alert count should be decremented'); --- End diff -- should this be removed? > Fixing failing protractor e2e test > ---------------------------------- > > Key: METRON-1651 > URL: https://issues.apache.org/jira/browse/METRON-1651 > Project: Metron > Issue Type: Bug > Reporter: Tibor Meller > Priority: Major > Attachments: e2e-assertion-errors.png > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)