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