summaryrefslogtreecommitdiff
path: root/cypress/e2e
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2024-05-26 21:21:16 +0100
committerGitHub <noreply@github.com>2024-05-26 21:21:16 +0100
commitd728068526f319b4b4abbdeec29da568d6892ec8 (patch)
tree8a2d887367776ec0dc396524251022a02e8569ce /cypress/e2e
parent43296cd88b9ab6f3ba1d5f4de5f76f44b68de82a (diff)
parent80aa81a22ef00331942fe6d066e1f9d5e58df33f (diff)
Merge pull request #153 from lowercasename/rk/url-validation
Fix URL validation
Diffstat (limited to 'cypress/e2e')
-rw-r--r--cypress/e2e/event.cy.ts2
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",
});