Skip to content

Commit

Permalink
[java] Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 28, 2023
1 parent 5e95c81 commit 1947771
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/test/org/openqa/selenium/grid/node/NodeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ void shouldCreateASessionIfTheCorrectCapabilitiesArePassedToIt() {
void shouldRetryIfNoMatchingSlotIsAvailable() {
Node local = LocalNode.builder(tracer, bus, uri, uri, registrationSecret)
.add(caps, new SessionFactory() {
@Override
public Capabilities getStereotype() {
return null;
}

@Override
public Either<WebDriverException, ActiveSession> apply(
CreateSessionRequest createSessionRequest) {
Expand Down

0 comments on commit 1947771

Please sign in to comment.