test('Colors page', async ({ page }, testInfo) => {
  await page.goto('/project/docs/colors')
  await expect(page.getByText('Cardinal400').first()).toBeVisible()
})