chore: clean up console logs

This commit is contained in:
Matthew Raymer
2025-07-26 06:13:47 +00:00
parent ac22e37628
commit c628c78565
11 changed files with 15 additions and 30 deletions

View File

@@ -7,7 +7,6 @@ test('New offers for another user', async ({ page }) => {
// Get the auto-created DID from the HomeView
await page.waitForLoadState('networkidle');
const autoCreatedDid = await page.getAttribute('#Content', 'data-active-did');
console.log("[New offers for another user] Auto-created DID:", autoCreatedDid);
if (!autoCreatedDid) {
throw new Error('Auto-created DID not found in HomeView');