diff --git a/cypress/integration/dashboard.js b/cypress/integration/dashboard.js index f5c911141..e71f33ce3 100644 --- a/cypress/integration/dashboard.js +++ b/cypress/integration/dashboard.js @@ -130,8 +130,7 @@ describe("User authorization", () => { .get(HEADER_SELECTORS.channelSelectList) .contains(randomName) .click() - .get(DASHBOARD_SELECTORS.dataAreLoading) - .should("be.visible") + .waitForGraph("Home") .get(DASHBOARD_SELECTORS.dataAreLoading) .should("not.exist"); const regex = /^1\D+/;