feat: implement global loading indicators and refactor activity feed tests

This commit is contained in:
Abhimanyu Saharan
2026-02-12 00:55:04 +05:30
parent f2f4ee78a9
commit 10ea95678b
7 changed files with 70 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ describe("Clerk login", () => {
// After login, user should be able to access protected route.
cy.visit("/activity");
cy.contains(/live feed/i, { timeout: 30_000 }).should("be.visible");
cy.waitForAppLoaded();
cy.contains(/live feed/i).should("be.visible");
});
});