Skip to content

Commit 01e38c5

Browse files
committed
Alter a test so it doesn't count as 'skipped'
1 parent 9a49982 commit 01e38c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CSF.Extensions.WebDriver.Tests/Factories/SeleniumDriverAndOptionsScannerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ public void GetKnownDriverAndOptionsTypesShouldContainAllOfTheExpectedDrivers(Se
3838
Warn.Unless(supportedDriverNames,
3939
Is.SupersetOf(expectedDriverNames),
4040
"The collection of supported drivers no longer contains all of expected drivers; breaking change in Selenium?");
41+
Assert.Pass("This isn't a true test, but if there has been a warning emitted then perhaps Selenium has introduced a change in built-in browser support.");
4142
}
4243
}

0 commit comments

Comments
 (0)