diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10987.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10987.cs index 24457e991ec8..bede9e748c51 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10987.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10987.cs @@ -25,6 +25,7 @@ public void EditorPlaceholderRuntimeTextAlignmentChanged() public void EditorRuntimeTextAlignmentChanged() { //To make sure editor is focused in mac platform + App.WaitForElement(LTREditor); App.Tap(LTREditor); App.EnterText(LTREditor, "Editor Text"); App.WaitForElement(RTLEditor);