public void Can_Edit_User_Profile() { LeftSideMenu.GoToProfile(); ProfileEditor.EditAllProfileSettings(); AssertThat.IsTrue(ProfileEditor.AreProfileChangesSavedCorrectly, "Profile changes did not save successfully after edit."); }
public static void Initialize() { LeftSideMenu.GoToProfile(); UserProfile = new Profile(); }