fix(test): use breadcrumb title
This commit is contained in:
parent
59a8fdc5a7
commit
a70c7afc17
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(".workspace-title").should("contain", "Website");
|
||||
cy.get(".navbar-breadcrumbs:visible").get("li > a").should("contain", "Website");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue