[tests] UWP requires file extensions (#4944)
authorMatthew Leibowitz <mattleibow@live.com>
Fri, 11 Jan 2019 20:32:57 +0000 (22:32 +0200)
committerSamantha Houts <samhouts@users.noreply.github.com>
Fri, 11 Jan 2019 20:32:57 +0000 (12:32 -0800)
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue4597.cs

index 653b5be..bef0f78 100644 (file)
@@ -31,7 +31,7 @@ namespace Xamarin.Forms.Controls.Issues
                string _disappearText = "You should see 4 images. Clicking this should cause the images to all disappear";
                string _appearText = "Clicking this should cause the images to all appear";
                string _theListView = "theListViewAutomationId";
-               string _fileName = "coffee";
+               string _fileName = "coffee.png";
 
                protected override void Init()
                {