forked from jsnbuchanan/crowd-funder-for-time-pwa
chore: clean up console logs
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user