Skip to content

Commit

Permalink
Update Security Dashboards testing due to look&feel changes (#1535)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <danieldong51@gmail.com>
  • Loading branch information
danieldong51 authored Aug 27, 2024
1 parent 221231d commit 1ceb4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/plugins/security/audit_log_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
}
);

cy.contains('h3', 'Audit logging');
cy.contains('h1', 'Audit logging');
cy.contains('h3', 'General settings');
cy.contains('h3', 'Compliance settings');
});
Expand Down

0 comments on commit 1ceb4c9

Please sign in to comment.