Style nits
This commit is contained in:
parent
328647aa6e
commit
04ad0ffa1e
@ -854,7 +854,7 @@ void main() {
|
|||||||
|
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(CupertinoDatePicker),
|
find.byType(CupertinoDatePicker),
|
||||||
matchesSkiaGoldFile('date_picker_test.datetime.initial.png')
|
matchesSkiaGoldFile('date_picker_test.datetime.initial.png'),
|
||||||
);
|
);
|
||||||
|
|
||||||
// Slightly drag the hour component to make the current hour off-center.
|
// Slightly drag the hour component to make the current hour off-center.
|
||||||
|
@ -49,7 +49,7 @@ void main() {
|
|||||||
|
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(RichText),
|
find.byType(RichText),
|
||||||
matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'),
|
matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
@ -328,7 +328,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(RepaintBoundary).first,
|
find.byType(RepaintBoundary).first,
|
||||||
matchesSkiaGoldFile('clip.ClipRectOverlay.png')
|
matchesSkiaGoldFile('clip.ClipRectOverlay.png'),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -267,7 +267,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(Container),
|
find.byType(Container),
|
||||||
matchesSkiaGoldFile('text_golden.Strut.1.png')
|
matchesSkiaGoldFile('text_golden.Strut.1.png'),
|
||||||
);
|
);
|
||||||
},);
|
},);
|
||||||
|
|
||||||
@ -295,7 +295,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(Container),
|
find.byType(Container),
|
||||||
matchesSkiaGoldFile('text_golden.Strut.2.png')
|
matchesSkiaGoldFile('text_golden.Strut.2.png'),
|
||||||
);
|
);
|
||||||
},);
|
},);
|
||||||
|
|
||||||
@ -346,7 +346,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
await expectLater(
|
await expectLater(
|
||||||
find.byType(Container),
|
find.byType(Container),
|
||||||
matchesSkiaGoldFile('text_golden.Strut.3.png')
|
matchesSkiaGoldFile('text_golden.Strut.3.png'),
|
||||||
);
|
);
|
||||||
},);
|
},);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user