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

Revert "[Testing] Updated Appium.WebDriver to v7.0.0" #27498

Closed
wants to merge 1 commit into from

Conversation

jsuarezruiz
Copy link
Contributor

Reverts #27184

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label Jan 31, 2025
@Copilot Copilot bot review requested due to automatic review settings January 31, 2025 12:47
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner January 31, 2025 12:47
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 15 changed files in this pull request and generated 1 comment.

Files not reviewed (10)
  • src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj: Language not supported
  • src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj: Language not supported
  • src/Controls/tests/TestCases.WinUI.Tests/Controls.TestCases.WinUI.Tests.csproj: Language not supported
  • src/Controls/tests/TestCases.iOS.Tests/Controls.TestCases.iOS.Tests.csproj: Language not supported
  • src/TestUtils/src/UITest.Appium/UITest.Appium.csproj: Language not supported
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19214.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19214_2.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/KeyboardScrolling.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19214_3.cs: Evaluated as low risk
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22715.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/TestUtils/src/UITest.Appium/HelperExtensions.cs:1726

  • Ensure that the behavior of the updated Unlock method is covered by tests.
app.CommandExecutor.Execute("unlock", ImmutableDictionary<string, object>.Empty);

/// <exception cref="InvalidOperationException">Unlock is only supported on <see cref="AppiumAndroidApp"/>.</exception>
public static void Unlock(this IApp app, string unlockType = "", string unlockKey = "")
public static void Unlock(this IApp app)
Copy link
Preview

Copilot AI Jan 31, 2025

Choose a reason for hiding this comment

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

The change in the Unlock method signature is a breaking change. Ensure that this change is documented and that the public docs are updated accordingly.

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
@rmarinho
Copy link
Member

rmarinho commented Feb 3, 2025

I think we might not need this.

@rmarinho rmarinho closed this Feb 3, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants