fix SeleniumOpenNewTabLiveTest (#14019)
This commit is contained in:
parent
7750bafc1d
commit
f07f239d8d
|
@ -13,7 +13,7 @@ import org.testng.annotations.Test;
|
|||
|
||||
import java.time.Duration;
|
||||
|
||||
public class SeleniumOpenNewTabIntegrationTest {
|
||||
public class SeleniumOpenNewTabLiveTest {
|
||||
|
||||
private WebDriver driver;
|
||||
private static final int TIMEOUT = 10;
|
Loading…
Reference in New Issue