This reverts commit 659dc8129d4edb9166e9a0d600439d135740933f.
This commit is contained in:
parent
173322dc78
commit
4fbef2a4a9
@ -530,16 +530,6 @@ void main() {
|
||||
findsOneWidget,
|
||||
);
|
||||
});
|
||||
|
||||
testWidgets('Test for tryjob triage', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(RepaintBoundary(
|
||||
child: Container(
|
||||
color: const Color(0xFF00FF00)
|
||||
)
|
||||
));
|
||||
final Finder finder = find.byType(RepaintBoundary);
|
||||
await expectLater(finder, matchesGoldenFile('test.tryjob.png'));
|
||||
});
|
||||
}
|
||||
|
||||
class _MockPaintingContext extends Mock implements PaintingContext {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user