Fix failing tests

Issue gh-2107
This commit is contained in:
Marcus Da Coregio
2022-07-08 11:05:17 -03:00
parent 13b0e5cc8a
commit 00d248b0b5
7 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 the original author or authors.
* Copyright 2014-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@ class HazelcastSpringTests {
@BeforeEach
void setup() {
this.driver = new HtmlUnitDriver();
this.driver = new HtmlUnitDriver(true);
}
@AfterEach