Skip to content

Commit

Permalink
Bump Appium version to 2.11 (#23337)
Browse files Browse the repository at this point in the history
* Bump Appium version to 2.11

* Update CarouselViewUITests.UpdateCurrentItem.cs

* Update appium-install.ps1

* Update CarouselViewUITests.UpdateCurrentItem.cs
  • Loading branch information
PureWeen authored Jun 28, 2024
1 parent 76785b7 commit f54f8a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/scripts/appium-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Find the script for that on the DevDiv Azure DevOps instance, Engineering team,

param
(
[string] $appiumVersion = '2.5.4',
[string] $appiumVersion = '2.11.0',
[string] $windowsDriverVersion = '2.12.23',
[string] $androidDriverVersion = '3.5.1',
[string] $androidDriverVersion = '3.7.0',
[string] $iOSDriverVersion = '7.16.1',
[string] $macDriverVersion = '1.17.3',
[string] $logsDir = '../appium-logs'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ public CarouselViewUpdateCurrentItem(TestDevice device)
public void Issue9827Test()
{
App.WaitForNoElement("Pos:0");
App.WaitForElement("btnNext");
App.Click("btnNext");
App.WaitForNoElement("Item 1 with some additional text");
App.WaitForNoElement("Pos:1");
}
}
}
#endif
#endif

0 comments on commit f54f8a5

Please # to comment.