Wrong case in no-projects copy on homepage (#6636)

Fixes #6635
This commit is contained in:
Pierre Jacquier
2025-05-01 14:51:12 -04:00
committed by GitHub
parent e8e7c22b95
commit 39351aed58
3 changed files with 8 additions and 8 deletions

View File

@ -446,7 +446,7 @@ test.describe(
// Core dump and refresh magic number timeout
await page.waitForTimeout(7000)
const actual = page.getByText(
'No Projects found, ready to make your first one?'
'No projects found, ready to make your first one?'
)
await expect(actual).toBeVisible()
})