diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs index ba6339428a9a..f7ec7a723020 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs @@ -212,6 +212,8 @@ public void VerifyTextWhenClearButtonVisibleSetNever() App.Tap("Apply"); App.WaitForElement("TestEntry"); App.Tap("TestEntry"); + if (App is AppiumIOSApp) + Assert.That(App.WaitForKeyboardToShow(), Is.True, "The iOS keyboard did not appear before the snapshot."); VerifyScreenshotWithKeyboardHandling(); }