test: fix route to worksapce test case
This commit is contained in:
parent
f04cc04502
commit
1f33616371
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue