Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed Oct 31, 2023
1 parent 9429418 commit 11479e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ describe('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serve
})
.clickOutside();

// cy.contains('Please fix issues listed below').should('not.exist');
cy.getBySel('ruleEditSubmitButton').click();
cy.contains(`${ruleName} was saved`).should('exist');
closeToastIfVisible();
Expand Down Expand Up @@ -136,7 +135,6 @@ describe('Alert Event Details - Response Actions Form', { tags: ['@ess', '@serve

cy.intercept('PUT', '/api/detection_engine/rules').as('saveRuleSingleQuery');

// cy.contains('Please fix issues listed below').should('not.exist');
cy.getBySel('ruleEditSubmitButton').click();
cy.wait('@saveRuleSingleQuery').should(({ request }) => {
const oneQuery = [
Expand Down

0 comments on commit 11479e3

Please sign in to comment.