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] Added DragCoordinates action to appium UITest #19333

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Added DragCoordinates action to appium UITest.

@jsuarezruiz jsuarezruiz added t/housekeeping ♻︎ area-testing Unit tests, device tests testing-legacy-ui-tests Issues/PRs that are associated with transitioning our legacy UI Tests to Appium labels Dec 11, 2023
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner December 11, 2023 10:59
/// <param name="fromY">The y coordinate to start dragging from.</param>
/// <param name="toX">The x coordinate to drag to.</param>
/// <param name="toY">The y coordinate to drag to.</param>
public static void DragCoordinates(this IApp app, float fromX, float fromY, float toX, float toY)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jsuarezruiz jsuarezruiz requested review from jfversluis and removed request for PureWeen December 11, 2023 11:00
@jfversluis jfversluis merged commit 174a3a9 into main Dec 11, 2023
47 checks passed
@jfversluis jfversluis deleted the uitest-dragcoordinates branch December 11, 2023 13:39
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 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-8.0.7 fixed-in-9.0.100-preview.1.9973 t/housekeeping ♻︎ testing-legacy-ui-tests Issues/PRs that are associated with transitioning our legacy UI Tests to Appium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants