From 9c292916006476e74233e96a7bdc0a72a5d28c48 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 22 Mar 2023 08:38:13 +0000 Subject: [PATCH] Disable the "Polls Composer" Percy test since it is flaky (#10413) --- cypress/e2e/polls/polls.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/polls/polls.spec.ts b/cypress/e2e/polls/polls.spec.ts index 5fe6b204fa..fbaf12fa2c 100644 --- a/cypress/e2e/polls/polls.spec.ts +++ b/cypress/e2e/polls/polls.spec.ts @@ -118,7 +118,8 @@ describe("Polls", () => { cy.get('[aria-label="Poll"]').click(); }); - cy.get(".mx_CompoundDialog").percySnapshotElement("Polls Composer"); + // Disabled because flaky - see https://github.com/vector-im/element-web/issues/24688 + //cy.get(".mx_CompoundDialog").percySnapshotElement("Polls Composer"); const pollParams = { title: "Does the polls feature work?",