We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364ed5b commit 8f3aed4Copy full SHA for 8f3aed4
cypress/integration/plugins/security-analytics-dashboards-plugin/3_alerts.spec.js
@@ -392,7 +392,6 @@ describe('Alerts', () => {
392
.should('have.length', 1);
393
394
// Filter the table to show only "Acknowledged" alerts
395
- cy.get('[data-text="Status"]').click({ force: true });
396
cy.get('[class="euiFilterSelect__items"]').within(() => {
397
cy.contains('Active').click({ force: true });
398
cy.contains('Acknowledged').click({ force: true });
0 commit comments