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 4e07039 commit 1daa6d6Copy full SHA for 1daa6d6
1 file changed
java/test/org/openqa/selenium/grid/router/RouterTest.java
@@ -241,6 +241,8 @@ public void ifNodesHaveSpareSlotsButAlreadyHaveMaxSessionsGridIsNotReady()
241
assertTrue(response.isRight());
242
Session session = response.right().getSession();
243
assertThat(session).isNotNull();
244
+
245
+ waitUntilNotReady(router, Duration.ofSeconds(5));
246
}
247
248
private Node getNode(Capabilities capabilities, URI uri,
0 commit comments