diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_FlyoutPage.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_FlyoutPage.png index b7350111dee9..381ef9c919bf 100644 Binary files a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_FlyoutPage.png and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_FlyoutPage.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_NavigationPage.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_NavigationPage.png index 0df08346eafa..4f0a26bcbd5e 100644 Binary files a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_NavigationPage.png and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_NavigationPage.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_Shell.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_Shell.png index d6cfe8e2db16..9950d9d55f34 100644 Binary files a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_Shell.png and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/ToolbarExtendsAllTheWayLeftAndRight_Shell.png differ diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_FlyoutPage.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_FlyoutPage.cs index e2d373b30c49..eaa2401f27b3 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_FlyoutPage.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_FlyoutPage.cs @@ -21,7 +21,11 @@ public void ToolbarExtendsAllTheWayLeftAndRight_FlyoutPage() App.WaitForElement("ContentGrid"); App.SetOrientationLandscape(); App.WaitForElement("ContentGrid"); +#if ANDROID + VerifyScreenshot(cropLeft: 125); +#else VerifyScreenshot(); +#endif } } #endif diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_NavigationPage.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_NavigationPage.cs index 69f4894ec45c..ca009469c1fb 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_NavigationPage.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_NavigationPage.cs @@ -21,7 +21,11 @@ public void ToolbarExtendsAllTheWayLeftAndRight_NavigationPage() App.WaitForElement("ContentGrid"); App.SetOrientationLandscape(); App.WaitForElement("ContentGrid"); +#if ANDROID + VerifyScreenshot(cropLeft: 125); +#else VerifyScreenshot(); +#endif } } #endif diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_Shell.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_Shell.cs index f3f59bcb81c1..52e672d09ba1 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_Shell.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28986_Shell.cs @@ -21,7 +21,11 @@ public void ToolbarExtendsAllTheWayLeftAndRight_Shell() App.WaitForElement("ContentGrid"); App.SetOrientationLandscape(); App.WaitForElement("ContentGrid"); +#if ANDROID + VerifyScreenshot(cropLeft: 125); +#else VerifyScreenshot(); +#endif } } #endif diff --git a/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/VerifyModelItemsObservableCollectionWhenMultipleModePreSelection.png b/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/VerifyModelItemsObservableCollectionWhenMultipleModePreSelection.png index 7bbd77a206f7..3eb6e5700527 100644 Binary files a/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/VerifyModelItemsObservableCollectionWhenMultipleModePreSelection.png and b/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/VerifyModelItemsObservableCollectionWhenMultipleModePreSelection.png differ