You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-01 03:23:30 +03:00
Remove obsolete style rules - mx_SpaceRoomView_inviteTeammates_betaDisclaimer (#11004)
* Remove obsolete style rules - mx_SpaceRoomView_inviteTeammates_betaDisclaimer * Remove the deprecated disclaimer * Remove ExternalLink * Add a Percy snapshot - 'Invite your teammates' dialog
This commit is contained in:
@@ -140,6 +140,8 @@ describe("Spaces", () => {
|
||||
cy.findByPlaceholderText("Support").type("Projects");
|
||||
cy.findByRole("button", { name: "Continue" }).click();
|
||||
|
||||
cy.get(".mx_SpaceRoomView").percySnapshotElement("Space - 'Invite your teammates' dialog");
|
||||
|
||||
cy.get(".mx_SpaceRoomView").within(() => {
|
||||
cy.get("h1").findByText("Invite your teammates");
|
||||
cy.findByRole("button", { name: "Skip for now" }).click();
|
||||
|
||||
Reference in New Issue
Block a user