-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[dotnet] Revisit ignored intergration tests for chrome/edge #15324
[dotnet] Revisit ignored intergration tests for chrome/edge #15324
Conversation
PR Reviewer Guide 🔍(Review updated until commit 588f99b)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 588f99b
Previous suggestionsSuggestions up to commit f4e4da5
|
Nice to see it executable again, thanks. |
User description
Motivation and Context
To keep actual expected behaviour.
Types of changes
Checklist
PR Type
Tests
Description
Removed ignored browser annotations for Chrome and Edge in multiple test cases.
Revisited and enabled previously ignored integration tests for better coverage.
Adjusted test cases to ensure compatibility across browsers.
Improved test reliability by removing unnecessary platform-specific conditions.
Changes walkthrough 📝
ClearTest.cs
Re-enabled tests for disabled input elements
dotnet/test/common/ClearTest.cs
ContentEditableTest.cs
Re-enabled and adjusted content-editable element tests
dotnet/test/common/ContentEditableTest.cs
elements.
CookieImplementationTest.cs
Re-enabled cookie retrieval test in frames
dotnet/test/common/CookieImplementationTest.cs
ElementFindingTest.cs
Re-enabled invalid XPath handling tests
dotnet/test/common/ElementFindingTest.cs
ExecutingAsyncJavascriptTest.cs
Re-enabled async script web element array test
dotnet/test/common/ExecutingAsyncJavascriptTest.cs
BasicMouseInterfaceTest.cs
Simplified hover test logic
dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs
SvgDocumentTest.cs
Re-enabled SVG element click test
dotnet/test/common/SvgDocumentTest.cs
UploadTest.cs
Re-enabled file input click test
dotnet/test/common/UploadTest.cs