Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Nov 12, 2024
1 parent 04bd89c commit fa1bdce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
).should('exist');
});

it('should navigate to workspace use case overview page', () => {
it('should navigate to the workspace', () => {
cy.contains(workspaceName).click();

cy.location('pathname', { timeout: 6000 }).should(
'include',
`/w/${workspaceId}/app/observability-overview`
`/w/${workspaceId}/app/`
);
});

Expand Down

0 comments on commit fa1bdce

Please sign in to comment.