use of limelight.ui.model.FramedStage in project limelight by slagyr.
the class UtilitiesTest method returnsTrueWhenClickingProceed.
@Test
public void returnsTrueWhenClickingProceed() throws Exception {
startProceedWithIncompatibleVersion();
FramedStage stage = waitForStage("Incompatible Version");
JavaScene scene = (JavaScene) stage.getScene().getProxy();
Mouse.click(scene.findProp("proceedButton"));
waitForDialogResponse();
assertEquals(true, dialogResponse);
}
Aggregations