Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 15, 2024
1 parent 91810cd commit 1eeef2b
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,14 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
});

after(() => {
// Uninstallation will delete the data index
// and workspace deletion will remove all the saved objects within the workspace,
// so calling `removeSampleDataForWorkspace` once is good enough.
cy.removeSampleDataForWorkspace(
'ecommerce',
sourceWorkspaceId,
datasourceId
);
cy.removeSampleDataForWorkspace(
'ecommerce',
targetWorkspaceId,
datasourceId
);
cy.deleteWorkspaceByName(sourceWorkspaceName);
cy.deleteWorkspaceByName(targetWorkspaceName);
sourceWorkspaceId = '';
Expand Down

0 comments on commit 1eeef2b

Please sign in to comment.