Skip to content

Commit

Permalink
Updating .NET Alert test to handle updated exception class hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 6, 2018
1 parent 5ea516d commit f479501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/AlertsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void SettingTheValueOfAnAlertThrows()
alert.SendKeys("cheese");
Assert.Fail("Expected exception");
}
catch (ElementNotVisibleException)
catch (ElementNotInteractableException)
{
}
finally
Expand Down

0 comments on commit f479501

Please sign in to comment.