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 9179a80 commit 77e2703Copy full SHA for 77e2703
1 file changed
tests/url-compatibility.spec.ts
@@ -85,7 +85,7 @@ test.describe('npmjs.com URL Compatibility', () => {
85
await goto('/~nonexistent-user-12345', { waitUntil: 'domcontentloaded' })
86
87
// Should show username in header
88
- await expect(page.locator('h1')).toContainText('@nonexistent-user-12345')
+ await expect(page.locator('h1')).toContainText('~nonexistent-user-12345')
89
// Should show empty state message
90
await expect(page.getByText('No public packages found for')).toBeVisible()
91
})
0 commit comments