Skip to content

Commit

Permalink
fix test failure
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 9aff443 commit ad5623e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ if (Cypress.env('WORKSPACE_ENABLED')) {

it('should show workspace name in breadcrumbs', () => {
miscUtils.visitPage(`w/${workspaceId}/app/dashboards`);
// wait for page load
cy.contains('h1', 'Dashboards');

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

0 comments on commit ad5623e

Please sign in to comment.