Search in sources :

Example 11 with FramedStage

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);
}
Also used : JavaScene(limelight.java.JavaScene) FramedStage(limelight.ui.model.FramedStage)

Aggregations

FramedStage (limelight.ui.model.FramedStage)11 JavaScene (limelight.java.JavaScene)7 JavaProp (limelight.java.JavaProp)3 Stage (limelight.model.Stage)1 MockStageProxy (limelight.model.api.MockStageProxy)1 MockFrameManager (limelight.ui.model.MockFrameManager)1 Before (org.junit.Before)1 Test (org.junit.Test)1