Skip to content

Commit 161428e

Browse files
authored
chore: add metadata for movie app tests and update issue link in manage-lists-before-each.spec.ts (#41)
1 parent a0f99d5 commit 161428e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default defineConfig({
3434
trace: 'on-first-retry',
3535
},
3636
captureGitInfo: { commit: true, diff: true },
37+
metadata: { title: 'movie app tests' },
3738

3839
/* Configure projects for major browsers */
3940
projects: [

tests/logged-in/manage-lists-before-each.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ test(
149149
{
150150
annotation: {
151151
type: 'issue',
152-
description: 'https://github.com/microsoft/demo.playwright.dev/issues/58',
152+
description: 'https://github.com/debs-obrien/playwright-movies-app/issues/28',
153153
},
154154
},
155155
async ({ page }) => {

0 commit comments

Comments
 (0)