Skip to content

Commit

Permalink
fixes constant problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Sep 15, 2020
1 parent ee00b9f commit 5e3f5d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
MACHINE_LEARNING_JOB_ID,
MACHINE_LEARNING_JOB_STATUS,
RULE_NAME_HEADER,
SCHEDULE_LOOPBACK,
SCHEDULE_LOOKBACK,
SCHEDULE_RUNS,
SCHEDULE_STEP,
RULE_TYPE,
Expand Down Expand Up @@ -156,6 +156,6 @@ describe('Detection rules, machine learning', () => {
cy.get(DEFINITION_STEP).eq(DEFINITION_TIMELINE).invoke('text').should('eql', 'None');

cy.get(SCHEDULE_STEP).eq(SCHEDULE_RUNS).invoke('text').should('eql', '5m');
cy.get(SCHEDULE_STEP).eq(SCHEDULE_LOOPBACK).invoke('text').should('eql', '1m');
cy.get(SCHEDULE_STEP).eq(SCHEDULE_LOOKBACK).invoke('text').should('eql', '1m');
});
});

0 comments on commit 5e3f5d5

Please sign in to comment.