summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-09-14 22:26:02 +0100
committerRui Marinho <me@ruimarinho.net>2017-09-15 15:27:50 +0100
commitb80ec58710c7587703095e6bdd8bbe23ceda4f3d (patch)
tree91810d66f51df9c519caf279bdaf56bec3b3f75e /Xamarin.Forms.ControlGallery.iOS
parentd99e76c7979b16cea16159ee449c8573fa48a0ac (diff)
downloadxamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.tar.gz
xamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.tar.bz2
xamarin-forms-b80ec58710c7587703095e6bdd8bbe23ceda4f3d.zip
[UITests] Update packages, fix failing test (#1140)
* [Nuget] Update UITest packages * [UITest] Fix failing tests by scrolling to results first * [PagesGallery] Remove iOS7 storyboard * Revert "[UITest] Fix failing tests by scrolling to results first" This reverts commit 54eba70cf04d155998c1436e1320e02984864bca. * [Controls] Move results labels on 51773 to the top
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj2
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/packages.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 33881ea6..7aa601da 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -311,7 +311,7 @@
<HintPath>..\packages\Xamarin.Insights.1.12.3\lib\Xamarin.iOS10\Xamarin.Insights.dll</HintPath>
</Reference>
<Reference Include="Calabash">
- <HintPath>..\packages\Xamarin.TestCloud.Agent.0.20.3\lib\Xamarin.iOS10\Calabash.dll</HintPath>
+ <HintPath>..\packages\Xamarin.TestCloud.Agent.0.21.1\lib\Xamarin.iOS\Calabash.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
diff --git a/Xamarin.Forms.ControlGallery.iOS/packages.config b/Xamarin.Forms.ControlGallery.iOS/packages.config
index d660d029..7b00e47e 100644
--- a/Xamarin.Forms.ControlGallery.iOS/packages.config
+++ b/Xamarin.Forms.ControlGallery.iOS/packages.config
@@ -2,5 +2,5 @@
<packages>
<package id="AdvancedColorPicker" version="2.0.1" targetFramework="xamarinios10" />
<package id="Xamarin.Insights" version="1.12.3" targetFramework="xamarinios10" />
- <package id="Xamarin.TestCloud.Agent" version="0.20.3" targetFramework="xamarinios10" />
+ <package id="Xamarin.TestCloud.Agent" version="0.21.1" targetFramework="xamarinios10" />
</packages> \ No newline at end of file