Skip to content

Commit

Permalink
Wait for ajax elements to load
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 1, 2014
1 parent 8571bdc commit 7ab452a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ public int getPointBalance() {
}

public void waitForFieldsToLoad() {
// waitFor(".possible-destination");
// waitFor("#departure option:nth-child(2)");
// waitFor("#destination option:nth-child(2)");
waitFor("#destination option:nth-child(2)");
waitFor(250).milliseconds();
}

Expand Down

0 comments on commit 7ab452a

Please sign in to comment.