Skip to content
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

[Testing] Add UITest Stepper actions #25130

Merged
merged 12 commits into from
Oct 14, 2024
Merged

[Testing] Add UITest Stepper actions #25130

merged 12 commits into from
Oct 14, 2024

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

The Stepper control on all platforms is a composition of two buttons. With UITests using Appium and queries we can access each button although it requires more lines and some changes per platform.

This PR adds the IncreaseStepper and DecreaseStepper extension methods to easily increase and decrease the Stepper value in UI tests.

App.IncreaseStepper(stepperAutomationId);

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label Oct 8, 2024
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner October 8, 2024 13:32
@jsuarezruiz jsuarezruiz changed the title Uitest stepper actions [Testing] Add UITest Stepper actions Oct 8, 2024
@dotnet dotnet deleted a comment from azure-pipelines bot Oct 8, 2024
Copy link
Member

@PureWeen PureWeen left a comment

Choose a reason for hiding this comment

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

WinUI test failing

@dotnet dotnet deleted a comment from azure-pipelines bot Oct 9, 2024
@dotnet dotnet deleted a comment from azure-pipelines bot Oct 10, 2024
@PureWeen PureWeen merged commit 24c6cd4 into main Oct 14, 2024
97 checks passed
@PureWeen PureWeen deleted the uitest-stepper-actions branch October 14, 2024 17:52
@samhouts samhouts added the fixed-in-net8.0-nightly This may be available in a nightly release! label Oct 14, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing Unit tests, device tests fixed-in-net8.0-nightly This may be available in a nightly release!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants