Unverified Commit a29906d5 authored by Dan Field's avatar Dan Field Committed by GitHub

Roll engine to 403337ebb893380101d1fa9cc435ce9b6cfeb22c (#29377)

* Manual engine roll with goldens
parent 6d8f5399
8b1a299ed52d4ef9521ccd65c6c52d563129d8af
403337ebb893380101d1fa9cc435ce9b6cfeb22c
e27e697cd534e9595acd4459a0f38782c4f750fc
901ec95718ea0ba441a991590215865a838fdc5d
......@@ -513,7 +513,7 @@ void main() {
await tester.pumpWidget(genPhysicalModel(Clip.antiAlias));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.antiAlias.png'),
matchesGoldenFile('clip.PhysicalModel.antiAlias.1.png'),
);
});
......@@ -521,7 +521,7 @@ void main() {
await tester.pumpWidget(genPhysicalModel(Clip.hardEdge));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.hardEdge.png'),
matchesGoldenFile('clip.PhysicalModel.hardEdge.1.png'),
);
});
......@@ -573,7 +573,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalModel.default.png'),
matchesGoldenFile('clip.PhysicalModel.default.1.png'),
);
});
......@@ -622,7 +622,7 @@ void main() {
await tester.pumpWidget(genPhysicalShape(Clip.antiAlias));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.antiAlias.png'),
matchesGoldenFile('clip.PhysicalShape.antiAlias.1.png'),
);
});
......@@ -630,7 +630,7 @@ void main() {
await tester.pumpWidget(genPhysicalShape(Clip.hardEdge));
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.hardEdge.png'),
matchesGoldenFile('clip.PhysicalShape.hardEdge.1.png'),
);
});
......@@ -684,7 +684,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesGoldenFile('clip.PhysicalShape.default.png'),
matchesGoldenFile('clip.PhysicalShape.default.1.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