Files
web/apps/scandic-web/tests/e2e/testdata.ts
Joakim Jäderberg 99497488f3 Merged in chore/ignore-e2e-tests-in-ci (pull request #3285)
chore: ignore e2e tests when running yarn test

* chore: ignore e2e tests when running yarn test
2025-12-03 08:52:08 +00:00

9 lines
161 B
TypeScript

export const testData = {
basicUser: {
membershipId: "30812500328010",
password: "Test@12345",
firstName: "Test",
lastName: "Testsson",
},
}