Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Re-enable space cypress tests again (#10061)
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 authored Feb 2, 2023
1 parent e43d447 commit c8ca47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spaces/spaces.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit c8ca47f

Please sign in to comment.