Disable the "Polls Composer" Percy test since it is flaky (#10413)

pull/28217/head
Andy Balaam 2023-03-22 08:38:13 +00:00 committed by GitHub
parent f7fe0e9d8b
commit 9c29291600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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?",