update goldens

This commit is contained in:
Roland Geider
2025-11-16 17:50:41 +00:00
parent 8818bf3a5f
commit 02a0f89807
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -61,6 +61,9 @@ void main() {
testWidgets(
'Smoke and golden test',
(WidgetTester tester) async {
tester.view.physicalSize = const Size(500, 1000);
tester.view.devicePixelRatio = 1.0; // Ensure correct pixel ratio
await tester.pumpWidget(renderWidget());
if (Platform.isLinux) {