mirror of https://github.com/vector-im/riot-web
Disable the "Polls Composer" Percy test since it is flaky (#10413)
parent
f7fe0e9d8b
commit
9c29291600
|
@ -118,7 +118,8 @@ describe("Polls", () => {
|
||||||
cy.get('[aria-label="Poll"]').click();
|
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 = {
|
const pollParams = {
|
||||||
title: "Does the polls feature work?",
|
title: "Does the polls feature work?",
|
||||||
|
|
Loading…
Reference in New Issue