File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/src/test/java/edu/wpi/grip/ui/pipeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ 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 );
123
+ // clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
124
+ // clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
125
125
Connection connection = assertStepConnected ("The desaturate step did not connect to the blur "
126
126
+ "step" , desaturateStep , blurStep );
127
127
verifyThat (".pipeline" , NodeMatchers .hasChildren (1 , "."
You can’t perform that action at this time.
0 commit comments