Skip to content

Commit

Permalink
[FEATURE] Replace code editor with expression editor opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#602

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jun 1, 2023
1 parent 50eab7c commit a3cdcf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/2_rules.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);

Expand Down

0 comments on commit a3cdcf1

Please sign in to comment.