From 032e27627f78c917e923952da8f7476263d7d4ec Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 6 Feb 2025 16:27:52 +0100 Subject: [PATCH] capitalize test --- tests/playwright-test/reporter-html.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playwright-test/reporter-html.spec.ts b/tests/playwright-test/reporter-html.spec.ts index a617b7223b..d5cc7ed50f 100644 --- a/tests/playwright-test/reporter-html.spec.ts +++ b/tests/playwright-test/reporter-html.spec.ts @@ -1235,8 +1235,8 @@ for (const useIntermediateMergeReport of [true, false] as const) { await expect(page.locator('.metadata-view')).toMatchAriaSnapshot(` - 'link "chore(html): make this test look nice"' - text: /^William on/ - - link "logs" - - link "pull request" + - link "Logs" + - link "Pull Request" - link /^[a-f0-9]{7}$/ - text: 'foo: value1 bar: {"prop":"value2"} baz: ["value3",123]' `);