1
0
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:
Suguru Hirahara
2023-05-29 21:13:52 +00:00
committed by GitHub
parent b35fb4fed2
commit e6cddcbfe1
4 changed files with 2 additions and 35 deletions

View File

@@ -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();