Skip to content

Commit

Permalink
fix failed test case
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Nov 13, 2024
1 parent ff68b7a commit e30f305
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,12 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
// this is depends on observability plugin been installed
// cy.url().should('include', 'app/observability-overview');

cy.go('back');
cy.get('.euiCard__footer')
.contains('Security Analytics')
.should('be.visible');
// this is depends on security analytics plugin been installed
// cy.url().should('include', 'app/sa_overview');

cy.go('back');
cy.get('.euiCard__footer')
.contains('Search')
.should('be.visible')
Expand Down

0 comments on commit e30f305

Please sign in to comment.