Skip to content

Instantly share code, notes, and snippets.

@framiere
Last active December 24, 2015 09:29
Show Gist options
  • Save framiere/6777332 to your computer and use it in GitHub Desktop.
Save framiere/6777332 to your computer and use it in GitHub Desktop.
@Test
public void accountTest() {
logInAsAdmin();
selectAccounts();
selectHomer();
updateUsernamePasswordAndEmail();
updateAdress();
addAdminRole();
addGodRole();
addDocument();
saveAccount();
logout();
loginAsChuck();
logout();
logInAsAdmin();
selectAccounts();
selectHomer();
revertUsernamePasswordAndEmail();
revertAdress();
removeDocument();
removeRights();
saveAccount();
deleteRoleGod();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment