Skip to content

Commit

Permalink
Update assertion after loading fix (#1393) (#1394)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit a8a4e3d)

Co-authored-by: Derek Ho <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Jun 14, 2024
1 parent 7d67453 commit ab42426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/plugins/security/roles_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
.click({ force: true });

cy.contains('span', 'cluster:admin/opendistro/ad/detector/search').should(
'not.exist'
'exist'
);
});

Expand Down

0 comments on commit ab42426

Please sign in to comment.