fix problem with "Affirm Delivery" on offer claim page, plus other look-and-feel tweaks

This commit is contained in:
2024-11-07 18:17:33 -07:00
parent 79a530aff5
commit bacf9d7de6
11 changed files with 116 additions and 27 deletions

View File

@@ -116,13 +116,11 @@ NODE_ENV=test-local npm run dev
```
To run a single test with the screenshots, use the following:
To run a single test like above with the screenshots, use the following:
```
npx playwright test test-playwright/40-add-contact.spec.ts --trace on
npx playwright test -c playwright.config-local.ts --trace on test-playwright/40-add-contact.spec.ts
```
... with the `-c playwright.config-local.ts` to get the same results as above.
### Register new user on test server