{
ProfileUserProfilePage pupp = new ProfileUserProfilePage("Admin");
pupp.gotoPage();
// Clicking edit should perform inline editing.
pupp.edit();
pupp.waitForProfileEditionToLoad();
Assert.assertTrue(new ViewPage().isInlinePage());
}
/* See XE-168 */
@Test