@Test
public void stageForIncompatibleVersion() throws Exception
{
startProceedWithIncompatibleVersion();
FramedStage stage = waitForStage("Incompatible Version");
assertEquals("center", stage.getXLocationStyle().toString());
assertEquals("center", stage.getYLocationStyle().toString());
assertEquals("400", stage.getWidthStyle().toString());
assertEquals("auto", stage.getHeightStyle().toString());
assertEquals("#ffffffff", stage.getBackgroundColor());
assertEquals(false, stage.isFramed());
assertEquals(true, stage.isAlwaysOnTop());
assertEquals(false, stage.isVital());
}