Skip to content

Commit d168778

Browse files
committed
test: one more 🤦
1 parent 77e2703 commit d168778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/url-compatibility.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test.describe('npmjs.com URL Compatibility', () => {
7676
await goto('/~sindresorhus', { waitUntil: 'domcontentloaded' })
7777

7878
// Should show username
79-
await expect(page.locator('h1')).toContainText('@sindresorhus')
79+
await expect(page.locator('h1')).toContainText('~sindresorhus')
8080
// Should show packages heading (user has packages)
8181
await expect(page.getByRole('heading', { name: 'Packages' })).toBeVisible()
8282
})

0 commit comments

Comments
 (0)