diff --git a/cypress/integration/2_rules.spec.js b/cypress/integration/2_rules.spec.js index 45aad7441..45d1f251b 100644 --- a/cypress/integration/2_rules.spec.js +++ b/cypress/integration/2_rules.spec.js @@ -196,6 +196,8 @@ describe('Rules', () => { }); }); + cy.get('[aria-label="Add one more condition"]').click({ force: true }); + // Enter the author cy.get('[data-test-subj="rule_author_field"]').type(`${SAMPLE_RULE.author}`);