diff --git a/mobile/test/features/channels/agent_activity/goldens/01-hw014-error-state-with-retry.png b/mobile/test/features/channels/agent_activity/goldens/01-hw014-error-state-with-retry.png index e178eb3dcb1..86dafacff24 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/01-hw014-error-state-with-retry.png and b/mobile/test/features/channels/agent_activity/goldens/01-hw014-error-state-with-retry.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/02-hw014-post-tap-connecting.png b/mobile/test/features/channels/agent_activity/goldens/02-hw014-post-tap-connecting.png index 8ab94b69f71..e3e444a85eb 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/02-hw014-post-tap-connecting.png and b/mobile/test/features/channels/agent_activity/goldens/02-hw014-post-tap-connecting.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/03-hw014-populated-after-recovery.png b/mobile/test/features/channels/agent_activity/goldens/03-hw014-populated-after-recovery.png index 889225bcf55..b49a225679c 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/03-hw014-populated-after-recovery.png and b/mobile/test/features/channels/agent_activity/goldens/03-hw014-populated-after-recovery.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/04-hw014-error-state-with-retry-dark.png b/mobile/test/features/channels/agent_activity/goldens/04-hw014-error-state-with-retry-dark.png index bc8d2e2580d..660f59f65ad 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/04-hw014-error-state-with-retry-dark.png and b/mobile/test/features/channels/agent_activity/goldens/04-hw014-error-state-with-retry-dark.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/05-hw014-populated-tablet.png b/mobile/test/features/channels/agent_activity/goldens/05-hw014-populated-tablet.png index 91dd9692f34..8b458b26263 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/05-hw014-populated-tablet.png and b/mobile/test/features/channels/agent_activity/goldens/05-hw014-populated-tablet.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/06-hw014-error-state-tablet-dark.png b/mobile/test/features/channels/agent_activity/goldens/06-hw014-error-state-tablet-dark.png index 458754ceeb3..72e097bf199 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/06-hw014-error-state-tablet-dark.png and b/mobile/test/features/channels/agent_activity/goldens/06-hw014-error-state-tablet-dark.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/07-hw014-empty-waiting.png b/mobile/test/features/channels/agent_activity/goldens/07-hw014-empty-waiting.png index 7f8e9b4ff59..f69a5366d47 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/07-hw014-empty-waiting.png and b/mobile/test/features/channels/agent_activity/goldens/07-hw014-empty-waiting.png differ diff --git a/mobile/test/features/channels/agent_activity/goldens/08-hw014-idle-not-connected.png b/mobile/test/features/channels/agent_activity/goldens/08-hw014-idle-not-connected.png index fe5aa781dc5..2977f5bdc23 100644 Binary files a/mobile/test/features/channels/agent_activity/goldens/08-hw014-idle-not-connected.png and b/mobile/test/features/channels/agent_activity/goldens/08-hw014-idle-not-connected.png differ diff --git a/mobile/test/helpers/golden_shot.dart b/mobile/test/helpers/golden_shot.dart index 57df1703ca2..af91e096e4f 100644 --- a/mobile/test/helpers/golden_shot.dart +++ b/mobile/test/helpers/golden_shot.dart @@ -122,12 +122,12 @@ Future loadAppFonts() async { final sdkFonts = '${flutterSdkRoot()}/bin/cache/artifacts/material_fonts'; await _registerFont('MaterialIcons', [ - '$sdkFonts/materialicons-regular.otf', + '$sdkFonts/MaterialIcons-Regular.otf', ]); await _registerFont('Roboto', [ - '$sdkFonts/roboto-regular.ttf', - '$sdkFonts/roboto-medium.ttf', - '$sdkFonts/roboto-bold.ttf', + '$sdkFonts/Roboto-Regular.ttf', + '$sdkFonts/Roboto-Medium.ttf', + '$sdkFonts/Roboto-Bold.ttf', ]); _fontsLoaded = true;