feature 16229
This commit is contained in:
parent
d9c5947f53
commit
cdfa862ad6
|
|
@ -35,7 +35,6 @@ import org.openqa.selenium.support.PageFactory;
|
|||
import lombok.Getter;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
import org.openqa.selenium.support.ui.ExpectedConditions;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@ public final class Constants {
|
|||
|
||||
public static final String LINE_SEPARATOR = "\n";
|
||||
|
||||
public static final long DEFAULT_SLEEP_SECONDS = 500;
|
||||
public static final long DEFAULT_SLEEP_SECONDS = 1000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue