- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.6k
 
[dotnet] Revisit ignored intergration tests for chrome/edge #15324
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
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 elementsdotnet/test/common/ClearTest.cs
ContentEditableTest.cs
Re-enabled and adjusted content-editable element testsdotnet/test/common/ContentEditableTest.cs
elements.
CookieImplementationTest.cs
Re-enabled cookie retrieval test in framesdotnet/test/common/CookieImplementationTest.cs
ElementFindingTest.cs
Re-enabled invalid XPath handling testsdotnet/test/common/ElementFindingTest.cs
ExecutingAsyncJavascriptTest.cs
Re-enabled async script web element array testdotnet/test/common/ExecutingAsyncJavascriptTest.cs
BasicMouseInterfaceTest.cs
Simplified hover test logicdotnet/test/common/Interactions/BasicMouseInterfaceTest.cs
SvgDocumentTest.cs
Re-enabled SVG element click testdotnet/test/common/SvgDocumentTest.cs
UploadTest.cs
Re-enabled file input click testdotnet/test/common/UploadTest.cs