You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(playwright): add Playwright critical path tests for event creation
Also:
- Remove use of broken & unused
NEXT_PUBLIC_CMS_TERMS_OF_SERVICE_SLUG_(FI|EN|SV) environment variables
- This was done because Playwright couldn't run successfully with the
import.meta.env.NEXT_PUBLIC_CMS_TERMS_OF_SERVICE_SLUG_* for some
reason
- Fix / normalize some Swedish translations
- Add data-testid-values to EventForm/CreateOccurrencePage/LocationForm
parts for ease-of-use in Playwright tests
- Regenerate generated GraphQL types and fix their gql imports to work
with Playwright
- Add mocks for Playwright tests, mostly copy-pasted from actual network
traffic and manually modified for test purposes
- Remove running Playwright tests from Github actions, as now the tests
require a secret and that can't be easily provided in that environment
currently i.e. Playwright tests need to be moved to use City of
Helsinki's Azure DevOps environment instead
refs PT-1920
Copy file name to clipboardExpand all lines: src/domain/app/i18n/sv.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@
416
416
"descriptionAddImage": "Lägg till en bild för evenemanget. Du behöver också namnet på fotografen och en publiceringslicens. Maximal storlek 2 megabyte. Rekommenderad bildstorlek är 1200 x 800 px.",
417
417
"imageAltTextHelp": "Beskrivning av innehållet i bilden. Lägg till licensinformation också.",
418
418
"labelDescription": "Beskrivning (SV)",
419
-
"labelMandatoryAdditionalInformation": "De som anmäler sig måste ange tilläggsinformation.",
419
+
"labelMandatoryAdditionalInformation": "De som anmäler sig måste ange tilläggsinformation",
420
420
"guidanceTextMandatoryAdditionalInformation": "Ifall du vill ha tilläggsinformation om gruppen i samband med bokningen meddela om detta i beskrivningen av evenemanget",
421
421
"labelEnrolmentEndDays": "Anmälan stänger X dagar före evenemangstiden",
0 commit comments