[dotnet] [bidi] Unignore some internal tests#16968
[dotnet] [bidi] Unignore some internal tests#16968nvborisenko merged 3 commits intoSeleniumHQ:trunkfrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
User description
💥 What does this PR do?
Include some tests into regular CI run.
🔄 Types of changes
PR Type
Tests
Description
Remove browser ignore attributes from BiDi tests
Tests now run on Firefox, Chrome, and Edge
Update assertion to handle filename variations
Enable previously skipped test coverage
Diagram Walkthrough
File Walkthrough
BrowsingContextEventsTest.cs
Enable Firefox tests with flexible assertionsdotnet/test/common/BiDi/BrowsingContext/BrowsingContextEventsTest.cs
[IgnoreBrowser(Selenium.Browser.Firefox)]attributes from twotest methods
SuggestedFilenameto useDoes.Contain()insteadof exact equality
EmulationTest.cs
Enable emulation tests on Firefox and other browsersdotnet/test/common/BiDi/Emulation/EmulationTest.cs
[IgnoreBrowser]attributes from 6 test methods across multiplebrowsers
CanSetTimezoneOverride,CanSetTimezoneOverrideToDefault,CanSetUserAgentOverride,CanSetUserAgentOverrideToDefault,CanSetScreenOrientationOverride, andCanSetScreenOrientationOverrideToDefaultnow run on all browsersCanSetScriptingEnabledandCanSetScriptingEnabledToDefaulttestsCanSetScreenSettingsOverridetestNetworkTest.cs
Enable network extra headers testdotnet/test/common/BiDi/Network/NetworkTest.cs
[IgnoreBrowser]attributes for Chrome, Edge, and Firefox fromCanSetExtraHeaderstest