Skip to content

Commit

Permalink
Update assertion after loading fix (#1393)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit a8a4e3d)
  • Loading branch information
derek-ho authored and SuZhou-Joe committed Jun 20, 2024
1 parent 928a1a4 commit 3de471e
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 3de471e

Please sign in to comment.