Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dccd912

Browse files
committedJan 29, 2016
Java: Reusing default wait from base class
1 parent 789543b commit dccd912

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎java/client/test/org/openqa/selenium/AlertsTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,8 @@
5151
@Ignore({PHANTOMJS, SAFARI})
5252
public class AlertsTest extends JUnit4TestBase {
5353

54-
private WebDriverWait wait;
55-
5654
@Before
5755
public void setUp() throws Exception {
58-
wait = new WebDriverWait(driver, 5);
5956
driver.get(pages.alertsPage);
6057
}
6158

0 commit comments

Comments
 (0)
Please sign in to comment.