Skip to content

Commit

Permalink
Delete the 'loader.waitOnClosed()' from the page object 'Preferences'
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Feb 2, 2018
1 parent 06b3226 commit 34a5806
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ public void generateAndUploadSshKeyOnGithub(String githubUsername, String github

// authorize on github.com
if (seleniumWebDriver.getWindowHandles().size() > 1) {
loader.waitOnClosed();
gitHub.waitAuthorizeBtn();
gitHub.clickOnAuthorizeBtn();
seleniumWebDriver.switchTo().window(ideWin);
Expand Down

0 comments on commit 34a5806

Please sign in to comment.