Remove a redundant snapshot - `'Manage integrations' on General settings tab` (#10689)

This snapshot became redundant thanks to a new one on general-user-settings-tab.spec.ts (User settings tab - General), and should be removed to reduce the usage of quota.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/28217/head
Suguru Hirahara 2023-04-21 13:41:48 +00:00 committed by GitHub
parent 5fc402cda0
commit 893feed13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -52,9 +52,5 @@ describe("Set integration manager", () => {
cy.get(".mx_SettingsTab_subheading").should("have.css", "margin-inline-end", "0px");
});
});
cy.get(".mx_SetIntegrationManager").percySnapshotElement("'Manage integrations' on General settings tab", {
widths: [692], // actual width of mx_SetIntegrationManager
});
});
});