From 893feed13ba32f984dcd3d14189412633be6a5cb Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 21 Apr 2023 13:41:48 +0000 Subject: [PATCH] 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 --- cypress/e2e/settings/set-integration-manager.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress/e2e/settings/set-integration-manager.spec.ts b/cypress/e2e/settings/set-integration-manager.spec.ts index 5798157394..879d8382c0 100644 --- a/cypress/e2e/settings/set-integration-manager.spec.ts +++ b/cypress/e2e/settings/set-integration-manager.spec.ts @@ -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 - }); }); });