Skip to content

Commit 4e39061

Browse files
committed
Update notes in contact page and contact form e2e test files to reference each other
1 parent 11d4495 commit 4e39061

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/e2e/specs/02-pages/contact.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Contact Page E2E Tests
3-
* Tests for the contact page and form
3+
*
4+
* Also see test/e2e/specs/03-forms/contact-form.spec.ts for contact form-specific tests
45
*/
56
import { BasePage, test } from '@test/e2e/helpers'
67

test/e2e/specs/03-forms/contact-form.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Contact Form E2E Tests
3+
*
34
* Focuses on client-side validation and UI behaviors of the contact form.
5+
* Also see test/e2e/specs/02-pages/contact.spec.ts for navigation and basic load tests.
46
*/
57
import type { Page } from '@playwright/test'
68
import { BasePage, expect, test } from '@test/e2e/helpers'

0 commit comments

Comments
 (0)