summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
index 830982ea..52c9f578 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
@@ -210,9 +210,6 @@ namespace Xamarin.Forms.Controls.Issues
#if UITEST
[Test]
-#if __MACOS__
- [Ignore("EnterText on UITest.Desktop not implemented")]
-#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEntryInListViewCell ()
{
@@ -225,9 +222,6 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
-#if __MACOS__
- [Ignore("EnterText on UITest.Desktop not implemented")]
-#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEditorInListViewCell ()
{
@@ -241,9 +235,6 @@ namespace Xamarin.Forms.Controls.Issues
[Test]
-#if __MACOS__
- [Ignore("EnterText on UITest.Desktop not implemented")]
-#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEntryInTableViewCell ()
{
@@ -256,9 +247,6 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
-#if __MACOS__
- [Ignore("EnterText on UITest.Desktop not implemented")]
-#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEditorInTableViewCell ()
{