Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Nov 15, 2024
1 parent 75bbc58 commit 0ad1a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
});

it('should show workspace name in breadcrumbs', () => {
miscUtils.visitPage(`w/${workspaceId}/app/dashboards`);
miscUtils.visitPage(`w/${workspaceId}/app/objects`);

// get div with class newTopNavHeader
cy.get('.newTopNavHeader').within(() => {
Expand Down

0 comments on commit 0ad1a0c

Please sign in to comment.