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] Enabling ported UITests from Xamarin.UITests to Appium - 59 #26731

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

anandhan-rajagopal
Copy link
Contributor

Description of Change

This PR focuses on re-enabling and updating following tests from the Xamarin.UITest framework to be compatible with Appium. The tests, previously commented out, are reviewed, and modified to ensure they are functional with the Appium framework. We are going to enable tests in blocks in different PRs. This is the 59th group of tests enabled.

TestCases

  • Bugzilla39636
  • Bugzilla39668
  • Bugzilla39702
  • Bugzilla39821
  • Bugzilla41205
  • Bugzilla41619
  • Bugzilla42277
  • Bugzilla43519
  • Bugzilla45702
  • Bugzilla46458

@anandhan-rajagopal anandhan-rajagopal requested a review from a team as a code owner December 19, 2024 16:12
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Dec 19, 2024
Copy link
Contributor

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

@anandhan-rajagopal anandhan-rajagopal added area-testing Unit tests, device tests partner/syncfusion Issues / PR's with Syncfusion collaboration labels Dec 19, 2024
@rmarinho
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@samhouts samhouts requested a review from Copilot December 19, 2024 18:58

Choose a reason for hiding this comment

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

Copilot reviewed 6 out of 11 changed files in this pull request and generated no comments.

Files not reviewed (5)
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla43519.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla45702.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla46458.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla42277.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla39636.cs: Evaluated as low risk
Comments suppressed due to low confidence (2)

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla39821.cs:22

  • The change from App.WaitForNoElement("Success", timeout: TimeSpan.FromSeconds(25)) to App.WaitForElement("Success") significantly alters the test logic. Ensure this change is intentional and covered by tests.
App.WaitForElement("Success");

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla39702.cs:25

  • The removal of await Task.Delay(4000); could potentially affect the test timing. Verify if this change is intended.
App.EnterText(TheEntry, Success);
Copy link
Member

@rmarinho rmarinho left a comment

Choose a reason for hiding this comment

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

Failing test no related on Mac

@rmarinho rmarinho added this to the .NET 9 SR3 milestone Dec 20, 2024
@PureWeen
Copy link
Member

  • failing test is unrelated

@PureWeen PureWeen merged commit 227e582 into dotnet:main Dec 23, 2024
102 of 104 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 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
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants