Skip to content

Commit 2973080

Browse files
[release/9.0.1xx-preview6] Bump Appium version to 2.11 (#23339)
* Bump Appium version to 2.11 * Update CarouselViewUITests.UpdateCurrentItem.cs --------- Co-authored-by: Shane Neuville <[email protected]>
1 parent 47207cb commit 2973080

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: eng/scripts/appium-install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Find the script for that on the DevDiv Azure DevOps instance, Engineering team,
4040

4141
param
4242
(
43-
[string] $appiumVersion = '2.5.4',
43+
[string] $appiumVersion = '2.11.0',
4444
[string] $windowsDriverVersion = '2.12.23',
4545
[string] $androidDriverVersion = '3.5.1',
4646
[string] $iOSDriverVersion = '7.16.1',

Diff for: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/CarouselViewUITests.UpdateCurrentItem.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ public CarouselViewUpdateCurrentItem(TestDevice device)
2020
public void Issue9827Test()
2121
{
2222
App.WaitForNoElement("Pos:0");
23+
App.WaitForElement("btnNext");
2324
App.Click("btnNext");
2425
App.WaitForNoElement("Item 1 with some additional text");
2526
App.WaitForNoElement("Pos:1");
2627
}
2728
}
2829
}
29-
#endif
30+
#endif

0 commit comments

Comments
 (0)