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 ea5cfda commit 7b17601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class MyAccountUISteps {
@Step
public void openAccountPage() {
myAccountPage.open();
myAccountPage.waitFor(250).milliseconds();
myAccountPage.waitFor(500).milliseconds();
}

@Step
Expand Down

0 comments on commit 7b17601

Please sign in to comment.