fix SeleniumOpenNewTabLiveTest (#14019)

This commit is contained in:
Dmytro Budym 2023-05-15 19:43:53 +02:00 committed by GitHub
parent 7750bafc1d
commit f07f239d8d
1 changed files with 1 additions and 1 deletions

View File

@ -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;