We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1647292 commit f68674cCopy full SHA for f68674c
examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs
@@ -86,7 +86,7 @@ public void ShouldBeAbleToRemoveAuthenticator()
86
((WebDriver)driver).RemoveVirtualAuthenticator(virtualAuthenticatorId);
87
88
// Since the authenticator was removed, any operation using it will throw an error
89
- Assert.ThrowsException<WebDriverArgumentException>(() => ((WebDriver)driver).GetCredentials());
+ Assert.ThrowsException<InvalidOperationException>(() => ((WebDriver)driver).GetCredentials());
90
}
91
92
[TestMethod]
0 commit comments