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

[UI Test] Added UITest to validate navigating and disconnecting with WebView #21902

Closed
wants to merge 2 commits into from

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Added UITest to validate navigating and disconnecting with WebView.

Issues Fixed

Fixes #21846

@jsuarezruiz jsuarezruiz requested a review from a team as a code owner April 18, 2024 07:39
@dotnet-policy-service dotnet-policy-service bot added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Apr 18, 2024
[Category(UITestCategories.WebView)]
public void WebViewNoCrashPopup()
{
this.IgnoreIfPlatforms([TestDevice.Android, TestDevice.Mac, TestDevice.Windows]);
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be fine to run on Mac?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No tested, I am going to do some tests but I think so, yes.

@PureWeen
Copy link
Member

closing in favor of
#21923

We backported the fix and the tests for it

@PureWeen PureWeen closed this Apr 18, 2024
@PureWeen PureWeen deleted the fix-21846 branch April 23, 2024 19:40
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Testing] Finish tests for "Fix crash closing Popup with WebView"
3 participants