summaryrefslogtreecommitdiff
path: root/cypress/fixtures/groupData.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-26 12:10:32 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-26 12:10:32 +0000
commit9e11c3667e027f805fca37b5dffe9d8a52303a14 (patch)
tree58a2369cde40717bb6b34273566f3e31ab8c9932 /cypress/fixtures/groupData.json
parentc93fd6e2d455ea4208f9e5ca6bfbd1c0e9fd1ad9 (diff)
testing: E2E tests for public and restricted events
Diffstat (limited to 'cypress/fixtures/groupData.json')
-rw-r--r--cypress/fixtures/groupData.json7
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"
+}