mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Re-enable space cypress tests again (#10061)
This commit is contained in:
parent
e43d447535
commit
c8ca47f786
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in a new issue