Skip to content

Commit a820cac

Browse files
fix: Update golden_testing_tools.dart
2 parents 215e8a7 + 0efa37d commit a820cac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/golden_testing_tools.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Future<void> bcWidgetMatchesImage({
8686
),
8787
);
8888

89-
await loadAppFonts();
90-
9189
await tester.awaitImages();
9290

91+
await loadAppFonts();
92+
9393
await localFileComparator(testPath);
9494

9595
await expectLater(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: bc_golden_plugin
22
description: Golden Plugin is a software that enables you to test the UI you develop against a reference image or a design in Figma.
33
repository: 'https://github.com/bancolombia/bc_golden_plugin'
44

5-
version: 1.4.0
5+
version: 1.4.1
66

77
platforms:
88
android:

0 commit comments

Comments
 (0)