Skip to content

Commit

Permalink
remove todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ecezalp committed Aug 17, 2021
1 parent 567ccd5 commit bda7f8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
import { ALERTS_URL } from '../../urls/navigation';
import { addsFieldsToTimeline } from '../../tasks/rule_details';

// TODO: Doesn't look like the roll over is happening for these tests. 'indicator' is still referenced in the fields browser
describe('CTI Enrichment', () => {
before(() => {
cleanKibana();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ describe('indicator match', () => {
getIndicatorIndex().should('have.text', getIndexPatterns().join(''));
});

// TODO: Need to fix
it('Does NOT show invalidation text on initial page load if indicator index pattern is filled out', () => {
getDefineContinueButton().click();
getIndexPatternInvalidationText().should('not.exist');
Expand All @@ -154,7 +153,6 @@ describe('indicator match', () => {
});

describe('Indicator index patterns', () => {
// TODO: Need to fix
it('Contains a predefined index pattern', () => {
getIndicatorIndicatorIndex().should('have.text', getThreatIndexPatterns().join(''));
});
Expand Down Expand Up @@ -392,7 +390,6 @@ describe('indicator match', () => {
loginAndWaitForPageWithoutDateRange(ALERTS_URL);
});

// TODO: Need to fix
it('Creates and activates a new Indicator Match rule', () => {
waitForAlertsPanelToBeLoaded();
waitForAlertsIndexToBeCreated();
Expand Down Expand Up @@ -491,7 +488,6 @@ describe('indicator match', () => {
.should('have.text', getNewThreatIndicatorRule().riskScore);
});

// TODO: Need to fix
it('Investigate alert in timeline', () => {
const accessibilityText = `Press enter for options, or press space to begin dragging.`;

Expand Down

0 comments on commit bda7f8e

Please sign in to comment.