We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e0f61 commit d33681aCopy full SHA for d33681a
1 file changed
src/NewsReader.UITest/NewsReader.UITest/Controls/SearchBar.cs
@@ -20,6 +20,5 @@ public void EnterText(string text)
20
Entry.SafeClick();
21
Entry.Clear();
22
Entry.SafeSendKeys(text);
23
- if (Element.IsAndroid()) Element.GetDriver().HideKeyboard();
24
}
25
0 commit comments