Skip to content

Commit

Permalink
Give the accounts page time to load
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2014
1 parent 5e39c78 commit ea5cfda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class MyAccountUISteps {
@Step
public void openAccountPage() {
myAccountPage.open();
myAccountPage.waitFor(250).milliseconds();
}

@Step
Expand Down

0 comments on commit ea5cfda

Please sign in to comment.