Skip to content

Commit d86c2ab

Browse files
siddhant1Siddhantclaude
authored
fix(e2e): drop redundant table cleanup in DataProducts spec (#27657)
Co-authored-by: Siddhant <siddhant@MacBook-Pro-621.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 458fb49 commit d86c2ab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataProducts.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,9 @@ test.describe('Data Products', () => {
198198
});
199199

200200
await test.step('Cleanup test assets', async () => {
201-
const { apiContext, afterAction } = await performAdminLogin(
201+
const { afterAction } = await performAdminLogin(
202202
page.context().browser()!
203203
);
204-
await table.delete(apiContext);
205204
await afterAction();
206205
});
207206
});

0 commit comments

Comments
 (0)