Skip to content

Commit 2fbf3ff

Browse files
committed
Testing still works on my computer. Just commiting to get more information on why it fails on Travis and AppVeyor.
1 parent 44585dd commit 2fbf3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/test/java/edu/wpi/grip/ui/pipeline/PipelineUITest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ 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);
123+
//clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
124+
//clickOn(".pipeline .blur-step .expand", MouseButton.PRIMARY);
125125
Connection connection = assertStepConnected("The desaturate step did not connect to the blur "
126126
+ "step", desaturateStep, blurStep);
127127
verifyThat(".pipeline", NodeMatchers.hasChildren(1, "."

0 commit comments

Comments
 (0)