Skip to content

Commit

Permalink
optimize the code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Nov 13, 2024
1 parent fa1bdce commit ad663f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
);
cy.location('hash').should('include', 'useCase=Essentials');

cy.getElementByTestId('workspaceUseCase-essentials').click({
force: true,
});
cy.getElementByTestId('workspaceUseCase-essentials')
.get(`input[type="radio"]`)
.should('be.checked');
});

it('should navigate to workspace list page with use case filter', () => {
Expand Down

0 comments on commit ad663f3

Please sign in to comment.