diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:16:22 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:16:22 +0100 |
commit | 80aa81a22ef00331942fe6d066e1f9d5e58df33f (patch) | |
tree | 8a2d887367776ec0dc396524251022a02e8569ce /cypress/e2e | |
parent | 0015f431ee7fc319b70ae92a4b8f06b68ad5878a (diff) |
fix cypress tests
Diffstat (limited to 'cypress/e2e')
-rw-r--r-- | cypress/e2e/event.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/event.cy.ts b/cypress/e2e/event.cy.ts index d5366e2..eeaa629 100644 --- a/cypress/e2e/event.cy.ts +++ b/cypress/e2e/event.cy.ts @@ -217,7 +217,7 @@ describe("Events", () => { cy.createGroup({ eventGroupName: "Test Group", eventGroupDescription: "Test Group Description", - eventGroupURL: "testgroup", + eventGroupURL: "https://example.com", hostName: "Test Host", creatorEmail: "test@example.com", }); |