Re-enable space cypress tests again (#10061)

This commit is contained in:
Michael Weimann 2023-02-02 16:25:24 +01:00 committed by GitHub
parent e43d447535
commit c8ca47f786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ describe("Spaces", () => {
cy.stopHomeserver(homeserver); cy.stopHomeserver(homeserver);
}); });
it.only("should allow user to create public space", () => { it("should allow user to create public space", () => {
openSpaceCreateMenu(); openSpaceCreateMenu();
cy.get("#mx_ContextualMenu_Container").percySnapshotElement("Space create menu"); cy.get("#mx_ContextualMenu_Container").percySnapshotElement("Space create menu");
cy.get(".mx_SpaceCreateMenu_wrapper .mx_ContextualMenu").within(() => { cy.get(".mx_SpaceCreateMenu_wrapper .mx_ContextualMenu").within(() => {