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.
1 parent 11388ac commit 5d8af0eCopy full SHA for 5d8af0e
ui/src/test/java/edu/wpi/grip/ui/MainWindowTest.java
@@ -9,6 +9,7 @@
9
import org.junit.Test;
10
import org.testfx.framework.junit.ApplicationTest;
11
import org.testfx.matcher.base.NodeMatchers;
12
+import org.testfx.util.WaitForAsyncUtils;
13
14
import static org.testfx.api.FxAssert.verifyThat;
15
@@ -40,6 +41,8 @@ public void testShouldCreateNewOperationInPipelineView() {
40
41
// Given:
42
clickOn("#add-operation");
43
44
+ WaitForAsyncUtils.waitForFxEvents();
45
+
46
// Then:
47
verifyThat(".pipeline", NodeMatchers.hasChild(".add-step"));
48
}
0 commit comments