File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ui/src/test/java/edu/wpi/grip/ui/pipeline Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ public void testMinimizeButton() {
120120 drag (StyleClassNameUtility .cssSelectorForOutputSocketHandleOn (desaturateStep ), MouseButton
121121 .PRIMARY ).dropTo (StyleClassNameUtility .cssSelectorForInputSocketHandleOn (blurStep ));
122122
123- // clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
124- // clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
125- Connection connection = assertStepConnected ( "The desaturate step did not connect to the blur "
126- + "step" , desaturateStep , blurStep );
127- verifyThat ( ".pipeline" , NodeMatchers . hasChildren ( 1 , "."
128- + StyleClassNameUtility . classNameFor ( connection )));
123+ clickOn (".pipeline .blur-step .expand" , MouseButton .PRIMARY );
124+ clickOn (".pipeline .blur-step .expand" , MouseButton .PRIMARY );
125+
126+ assertTrue ( "blur input socket size is:" + blurStep . getInputSockets (). size (),
127+ blurStep . getInputSockets (). size () > 0 );
128+
129129 }
130130
131131 @ Test
You can’t perform that action at this time.
0 commit comments