Files
pedwfrontend/pwe2e/tests/test-2.spec.ts
T
Robert Bond 478fa91004 Merged PR 2558: updated link on awaiting submission view allin welsh
updated link on awaiting submission view allin welsh

Related work items: #24389
2026-08-12 13:58:07 +00:00

5 lines
106 B
TypeScript

import { test, expect } from '@playwright/test';
test('test', async ({ page }) => {
// Recording...
});