[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: one more 🤦

+1 -1
+1 -1
tests/url-compatibility.spec.ts
··· 76 76 await goto('/~sindresorhus', { waitUntil: 'domcontentloaded' }) 77 77 78 78 // Should show username 79 - await expect(page.locator('h1')).toContainText('@sindresorhus') 79 + await expect(page.locator('h1')).toContainText('~sindresorhus') 80 80 // Should show packages heading (user has packages) 81 81 await expect(page.getByRole('heading', { name: 'Packages' })).toBeVisible() 82 82 })