diff options
Diffstat (limited to 'cypress/fixtures/groupData.json')
-rw-r--r-- | cypress/fixtures/groupData.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cypress/fixtures/groupData.json b/cypress/fixtures/groupData.json new file mode 100644 index 0000000..907c3b2 --- /dev/null +++ b/cypress/fixtures/groupData.json @@ -0,0 +1,7 @@ +{ + "eventGroupName": "Test Group", + "eventGroupDescription": "Test Group Description", + "eventGroupURL": "https://example.com", + "hostName": "Test Host", + "creatorEmail": "test@example.com" +} |