Merged PR 2558: updated link on awaiting submission view allin welsh
updated link on awaiting submission view allin welsh Related work items: #24389
This commit is contained in:
+6
-2
@@ -12,8 +12,11 @@
|
||||
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
||||
"lint": "next lint",
|
||||
"prisma:generate": "prisma generate",
|
||||
"test:reps": "cd '../../welsh government/Playwright/Playwright' && npx playwright test tests/loggedin/raiserep.spec.js --headed",
|
||||
"test:newappeal": "cd '../../welsh government/Playwright/Playwright' && npx playwright test tests/loggedin/newappeal.spec.js --headed"
|
||||
"test": "playwright test",
|
||||
"test:reps": "playwright test pwe2e/tests/loggedin/raiserep.spec.js --headed",
|
||||
"test:newappeal": "playwright test pwe2e/tests/loggedin/newappeal.spec.js --headed",
|
||||
"test:headed": "playwright test --headed",
|
||||
"install:browsers": "playwright install chromium"
|
||||
},
|
||||
"browser": {
|
||||
"child_process": false
|
||||
@@ -102,6 +105,7 @@
|
||||
"@react-pdf/pdfkit": "3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.62.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^14.2.28",
|
||||
"eslint-plugin-jsdoc": "^48.2.3",
|
||||
|
||||
Reference in New Issue
Block a user