diff --git a/web/cypress/support/commands/operator-commands.ts b/web/cypress/support/commands/operator-commands.ts index 9e851453..f0196827 100644 --- a/web/cypress/support/commands/operator-commands.ts +++ b/web/cypress/support/commands/operator-commands.ts @@ -205,6 +205,8 @@ const operatorUtils = { expect(result.code).to.eq(0); cy.log(`Monitoring plugin pod is now running in namespace: ${MP.namespace}`); cy.reload(true); + cy.get('#page-sidebar', { timeout: 30000 }).should('be.visible'); + cy.wait(3000); }); } else {