We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e2703 commit d168778Copy full SHA for d168778
1 file changed
tests/url-compatibility.spec.ts
@@ -76,7 +76,7 @@ test.describe('npmjs.com URL Compatibility', () => {
76
await goto('/~sindresorhus', { waitUntil: 'domcontentloaded' })
77
78
// Should show username
79
- await expect(page.locator('h1')).toContainText('@sindresorhus')
+ await expect(page.locator('h1')).toContainText('~sindresorhus')
80
// Should show packages heading (user has packages)
81
await expect(page.getByRole('heading', { name: 'Packages' })).toBeVisible()
82
})
0 commit comments