diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/NoScrollbarsTest.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/NoScrollbarsTest.png new file mode 100644 index 000000000000..c93d6a47c329 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/NoScrollbarsTest.png differ diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19509.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19509.cs index 86404e9db3a1..8eb344c5bf1a 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19509.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19509.cs @@ -14,14 +14,12 @@ public Issue19509(TestDevice device) : base(device) [Test] [FailsOnMac("VerifyScreenshot method not implemented on macOS")] - public async Task EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding() + public void EntryTextColorStopsWorkingAfterPropertyIsUpdatedFromBinding() { App.WaitForElement("WaitForStubControl"); // 1. Click a button to update the text App.Tap("button"); - - await Task.Yield(); // 2. Verify that the Entry TextColor is correct (Green). VerifyScreenshot(); diff --git a/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/NoScrollbarsTest.png b/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/NoScrollbarsTest.png new file mode 100644 index 000000000000..7587ee3fbff0 Binary files /dev/null and b/src/Controls/tests/TestCases.WinUI.Tests/snapshots/windows/NoScrollbarsTest.png differ diff --git a/src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/NoScrollbarsTest.png b/src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/NoScrollbarsTest.png new file mode 100644 index 000000000000..8f51ae0ea5e2 Binary files /dev/null and b/src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/NoScrollbarsTest.png differ diff --git a/src/Controls/tests/TestCases/Issues/Issues17801.xaml b/src/Controls/tests/TestCases/Issues/Issues17801.xaml new file mode 100644 index 000000000000..b7adb7b484e9 --- /dev/null +++ b/src/Controls/tests/TestCases/Issues/Issues17801.xaml @@ -0,0 +1,31 @@ + + + + + +