//Bug: https://github.com/alterm4nn/ChronoZoom/issues/548
 public void profile_form_should_be_opened_by_click_on_user_name()
 {
     AuthorizationHelper.ClickOnUserName();
     Assert.IsTrue(AuthorizationHelper.IsEditProfileFormDisplayed(), "Edit profile form is not dispayed");
 }