From c8ca47f78663c42ab9b9c9d88aa76b155c54372d Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 2 Feb 2023 16:25:24 +0100 Subject: [PATCH] Re-enable space cypress tests again (#10061) --- cypress/e2e/spaces/spaces.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/spaces/spaces.spec.ts b/cypress/e2e/spaces/spaces.spec.ts index f07746c0f5..acf914c60f 100644 --- a/cypress/e2e/spaces/spaces.spec.ts +++ b/cypress/e2e/spaces/spaces.spec.ts @@ -77,7 +77,7 @@ describe("Spaces", () => { cy.stopHomeserver(homeserver); }); - it.only("should allow user to create public space", () => { + it("should allow user to create public space", () => { openSpaceCreateMenu(); cy.get("#mx_ContextualMenu_Container").percySnapshotElement("Space create menu"); cy.get(".mx_SpaceCreateMenu_wrapper .mx_ContextualMenu").within(() => {