Unverified Commit 8d5cb658 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Revert "Manual engine roll with goldens (#29363)" (#29374)

This reverts commit c2e08913.
parent c2e08913
fbca3d34e6264d8f0081cced601a2db4e36429a4
8b1a299ed52d4ef9521ccd65c6c52d563129d8af
901ec95718ea0ba441a991590215865a838fdc5d
e27e697cd534e9595acd4459a0f38782c4f750fc
......@@ -513,7 +513,7 @@ void main() {
await tester.pumpWidget(genPhysicalModel(Clip.antiAlias));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.antiAlias.1.png'),
matchesGoldenFile('clip.PhysicalModel.antiAlias.png'),
);
});
......@@ -521,7 +521,7 @@ void main() {
await tester.pumpWidget(genPhysicalModel(Clip.hardEdge));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.hardEdge.1.png'),
matchesGoldenFile('clip.PhysicalModel.hardEdge.png'),
);
});
......@@ -573,7 +573,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.default.1.png'),
matchesGoldenFile('clip.PhysicalModel.default.png'),
);
});
......@@ -622,7 +622,7 @@ void main() {
await tester.pumpWidget(genPhysicalShape(Clip.antiAlias));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.antiAlias.1.png'),
matchesGoldenFile('clip.PhysicalShape.antiAlias.png'),
);
});
......@@ -630,7 +630,7 @@ void main() {
await tester.pumpWidget(genPhysicalShape(Clip.hardEdge));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.hardEdge.1.png'),
matchesGoldenFile('clip.PhysicalShape.hardEdge.png'),
);
});
......@@ -684,7 +684,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.default.1.png'),
matchesGoldenFile('clip.PhysicalShape.default.png'),
);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment