Boolean isDm = !current.isDm();
current.setDm(isDm);
waitForChange(current, "isDm", isDm);
Color color = Color.RED;
current.changeColor(color);
sleep();
assertEquals("player color should be same", color,
current.getRealColor());
isDm = !current.isDm();