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 - }); }); });