summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs
index 9899d024..cf03b708 100644
--- a/Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs
+++ b/Xamarin.Forms.Core.iOS.UITests/Tests/ActionSheetUITests.cs
@@ -24,8 +24,8 @@ namespace Xamarin.Forms.Core.UITests
static void CheckExtras ()
{
- App.WaitForElement (c => c.Marked ("Extra One"));
- App.WaitForElement (c => c.Marked ("Extra Eight"));
+ App.WaitForElement(c => c.Marked("Extra One"));
+ App.WaitForElement(c => c.Marked("Extra Six"));
}
protected override void TestSetup ()