Skip to content

Commit

Permalink
Fix workspace creator FTs
Browse files Browse the repository at this point in the history
Signed-off-by: Kapian1234 <[email protected]>
  • Loading branch information
Kapian1234 committed Sep 10, 2024
1 parent 60c0f9c commit 78967ce
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
});
});

// it('workspace use case is required', () => {
// cy.getElementByTestId(
// 'workspaceForm-workspaceDetails-nameInputText'
// ).type(workspaceName);
// cy.getElementByTestId('workspaceForm-bottomBar-createButton').click({
// force: true,
// });
// cy.contains('Use case is required. Select a use case.').should('exist');
// });

if (
Cypress.env('SAVED_OBJECTS_PERMISSION_ENABLED') &&
Cypress.env('SECURITY_ENABLED')
Expand All @@ -154,9 +144,6 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
force: true,
})
.type('#000000');
// cy.getElementByTestId('workspaceUseCase-observability').click({
// force: true,
// });
cy.getElementByTestId(
'workspaceForm-permissionSettingPanel-addNew'
).click();
Expand Down

0 comments on commit 78967ce

Please sign in to comment.