We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e56a1a7 + 5d8af0e commit 21c6dc8Copy full SHA for 21c6dc8
ui/src/test/java/edu/wpi/grip/ui/MainWindowTest.java
@@ -10,6 +10,7 @@
10
import org.junit.Test;
11
import org.testfx.framework.junit.ApplicationTest;
12
import org.testfx.matcher.base.NodeMatchers;
13
+import org.testfx.util.WaitForAsyncUtils;
14
15
import static org.testfx.api.FxAssert.verifyThat;
16
@@ -42,6 +43,8 @@ public void testShouldCreateNewOperationInPipelineView() {
42
43
// Given:
44
clickOn("#add-operation");
45
46
+ WaitForAsyncUtils.waitForFxEvents();
47
+
48
// Then:
49
verifyThat(".pipeline", NodeMatchers.hasChild(".add-step"));
50
}
0 commit comments