Skip to content

Commit

Permalink
shorter default wait
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-chrisj committed Jan 11, 2024
1 parent 3be61ec commit cd0b90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DetailTableEdit extends WebDriverComponent<DetailTableEdit.ElementC
private final WebElement _formElement;
private final WebDriver _driver;
private String _title;
private int _readyTimeout = WebDriverWrapper.WAIT_FOR_JAVASCRIPT;
private int _readyTimeout = 1000;

protected DetailTableEdit(WebElement formElement, WebDriver driver)
{
Expand Down

0 comments on commit cd0b90d

Please sign in to comment.