From 220d23acbbe65a8dd9eed96bc294ed7c5808a19d Mon Sep 17 00:00:00 2001 From: "miriam.aparicio" Date: Fri, 25 Oct 2024 15:29:00 +0100 Subject: [PATCH] rollback change role user --- .../cypress/e2e/storage_explorer/storage_explorer.cy.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts index b3b11f7122f56..0d7d6a275c52a 100644 --- a/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts +++ b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts @@ -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); }); @@ -109,7 +109,7 @@ describe('Storage Explorer', () => { cy.intercept({ pathname: endpoint }).as(aliasName); }); - cy.loginAsEditorUser(); + cy.loginAsMonitorUser(); cy.visitKibana(storageExplorerHref); }); @@ -164,7 +164,7 @@ describe('Storage Explorer', () => { cy.intercept({ pathname: endpoint }).as(aliasName); }); - cy.loginAsEditorUser(); + cy.loginAsMonitorUser(); cy.visitKibana(storageExplorerHref); });