test: fix route to worksapce test case

This commit is contained in:
Ejaaz Khan 2025-12-09 17:37:38 +05:30
parent f04cc04502
commit 1f33616371

View file

@ -226,6 +226,6 @@ context("View", () => {
it("Route to Website Workspace", () => {
cy.visit("/desk/website");
cy.get(".title-text").should("contain", "Website");
cy.get(".workspace-title").should("contain", "Website");
});
});