[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: update test

+1 -1
+1 -1
tests/url-compatibility.spec.ts
··· 85 85 await goto('/~nonexistent-user-12345', { waitUntil: 'domcontentloaded' }) 86 86 87 87 // Should show username in header 88 - await expect(page.locator('h1')).toContainText('@nonexistent-user-12345') 88 + await expect(page.locator('h1')).toContainText('~nonexistent-user-12345') 89 89 // Should show empty state message 90 90 await expect(page.getByText('No public packages found for')).toBeVisible() 91 91 })