diff --git a/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/TheInternet/FormAuthenticationPage.cs b/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/TheInternet/FormAuthenticationPage.cs index b28f000ea..37afef145 100644 --- a/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/TheInternet/FormAuthenticationPage.cs +++ b/Objectivity.Test.Automation.Tests.PageObjects/PageObjects/TheInternet/FormAuthenticationPage.cs @@ -87,6 +87,7 @@ public void LogOn() } catch (UnhandledAlertException) { + Logger.Debug(CultureInfo.CurrentCulture, "catching UnhandledAlertException, Workaround problem with IE test"); this.Driver.SwitchTo().Alert().Accept(); this.Driver.GetElement(this.loginButton).Click(); }