summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs
index 45b73374..6d498b59 100644
--- a/Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs
+++ b/Xamarin.Forms.Core.iOS.UITests/Tests/EntryUITests.cs
@@ -53,11 +53,7 @@ namespace Xamarin.Forms.Core.UITests
App.EnterText (q=> q.Raw (remote.ViewQuery), "Test");
- if (App is AndroidApp) {
- ((AndroidApp)App).PressUserAction (UserAction.Done);
- } else {
- App.PressEnter ();
- }
+ App.PressEnter ();
var eventLabelText = remote.GetEventLabel ().Text;
Assert.AreEqual (eventLabelText, "Event: Completed (fired 1)");