Skip to content

[Testing] Enabling UITest Stepper actions for Maccatalyst #28055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 4, 2025

Conversation

LogishaSelvarajSF4525
Copy link
Contributor

Description of Change

This PR focuses on enabling UITests Stepper actions for MacCatalyst by adding support for AppiumAppleStepperActions in AppiumCatalystApp. It allows automated tests to interact with stepper controls on MacCatalyst, similar to iOS.

To reflect its broader use across Apple platforms, AppiumIOSStepperActions.cs has been renamed to AppiumAppleStepperActions.cs, and the class name has been updated accordingly.

The update ensures that the increase and decrease actions function correctly by identifying and tapping the respective stepper buttons.

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Feb 26, 2025
Copy link
Contributor

Hey there @LogishaSelvarajSF4525! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Feb 26, 2025
@anandhan-rajagopal anandhan-rajagopal added the area-testing Unit tests, device tests label Feb 26, 2025
@LogishaSelvarajSF4525 LogishaSelvarajSF4525 marked this pull request as ready for review February 26, 2025 11:07
@Copilot Copilot AI review requested due to automatic review settings February 26, 2025 11:07
@LogishaSelvarajSF4525 LogishaSelvarajSF4525 requested a review from a team as a code owner February 26, 2025 11:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@@ -11,6 +11,7 @@ public AppiumCatalystApp(Uri remoteAddress, IConfig config)
: base(new MacDriver(remoteAddress, GetOptions(config)), config)
{
_commandExecutor.AddCommandGroup(new AppiumAppleContextMenuActions(this));
_commandExecutor.AddCommandGroup(new AppiumAppleStepperActions(this));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, waiting build to check if the tests pass on Catalyst.

@PureWeen
Copy link
Member

PureWeen commented Mar 4, 2025

  • all added tests are passing. Failing test is an unrelated failure that's already been fixed on main

@PureWeen PureWeen merged commit 3d43ae8 into dotnet:main Mar 4, 2025
123 of 125 checks passed
bhavanesh2001 pushed a commit to bhavanesh2001/maui that referenced this pull request Mar 7, 2025
* added appium class for catalyst stepper

* modified changes

* enable mac for stepper

* updated changes
@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing Unit tests, device tests community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants