test(shopping): E2E-Spec + clearShoppingCart-Fixture
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 33s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 33s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -65,3 +65,10 @@ export async function cleanupE2EComments(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Leert den haushaltsweiten Einkaufswagen. Idempotent.
|
||||
*/
|
||||
export async function clearShoppingCart(api: APIRequestContext): Promise<void> {
|
||||
await api.delete('/api/shopping-list');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user