Skip to content

Commit

Permalink
[net9.0] Bump Appium version to 2.11 (#23338)
Browse files Browse the repository at this point in the history
* Bump Appium version to 2.11

* Update CarouselViewUITests.UpdateCurrentItem.cs

---------

Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
  • Loading branch information
github-actions[bot] and PureWeen authored Jun 28, 2024
1 parent 0676e21 commit 0050c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/scripts/appium-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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] $iOSDriverVersion = '7.16.1',
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 0050c0c

Please sign in to comment.