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() {
120
120
drag (StyleClassNameUtility .cssSelectorForOutputSocketHandleOn (desaturateStep ), MouseButton
121
121
.PRIMARY ).dropTo (StyleClassNameUtility .cssSelectorForInputSocketHandleOn (blurStep ));
122
122
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
+
129
129
}
130
130
131
131
@ Test
You can’t perform that action at this time.
0 commit comments