Skip to content

Commit

Permalink
rollback change role user
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio committed Oct 25, 2024
1 parent 39460af commit 220d23a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Storage Explorer', () => {

describe('When navigating to storage explorer with the required permissions', () => {
beforeEach(() => {
cy.loginAsEditorUser();
cy.loginAsMonitorUser();
cy.visitKibana(storageExplorerHref);
});

Expand Down Expand Up @@ -109,7 +109,7 @@ describe('Storage Explorer', () => {
cy.intercept({ pathname: endpoint }).as(aliasName);
});

cy.loginAsEditorUser();
cy.loginAsMonitorUser();
cy.visitKibana(storageExplorerHref);
});

Expand Down Expand Up @@ -164,7 +164,7 @@ describe('Storage Explorer', () => {
cy.intercept({ pathname: endpoint }).as(aliasName);
});

cy.loginAsEditorUser();
cy.loginAsMonitorUser();
cy.visitKibana(storageExplorerHref);
});

Expand Down

0 comments on commit 220d23a

Please sign in to comment.