e2e tests for my pages * feature/add-e2e-tests-for-mypages * remove unneccesary awaits Approved-by: Linus Flood
9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
export const testData = {
|
|
basicUser: {
|
|
membershipId: "30812500328010",
|
|
password: "Test@12345",
|
|
firstName: "Test",
|
|
lastName: "Testsson",
|
|
},
|
|
}
|