Skip to content

Commit

Permalink
[FEATURE] Expand the chart's vertical domain so that top positioning …
Browse files Browse the repository at this point in the history
…elements are not clipped. opensearch-project#334

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jan 17, 2023
1 parent 10fdf22 commit c5b4e1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cypress/integration/3_alerts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ describe('Alerts', () => {

// Check the rule details accordion for the expected values
cy.get('[data-test-subj="finding-details-flyout-rule-accordion-0"]').within(() => {
// Confirm the accordion button contains the expected text
cy.get('[data-test-subj="finding-details-flyout-rule-accordion-button"]').contains(
'USB Device Plugged'
);
cy.get('[data-test-subj="finding-details-flyout-rule-accordion-button"]').contains(
'Severity: Low'
);

// Confirm the rule name
cy.get('[data-test-subj="finding-details-flyout-USB Device Plugged-details"]').contains(
'USB Device Plugged'
Expand Down

0 comments on commit c5b4e1a

Please sign in to comment.