Zfilipin has submitted this change and it was merged.

Change subject: Wait for login to finish
......................................................................


Wait for login to finish

See 
https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_9/650/testReport/junit/(root)/Edit/Go_to_edit_page/

Change-Id: Ib228a2a71aacf80cbe385fe2c63f3cea5537352d
---
M features/step_definitions/upload_wizard_steps.rb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/features/step_definitions/upload_wizard_steps.rb 
b/features/step_definitions/upload_wizard_steps.rb
index 64a2292..a93fff1 100644
--- a/features/step_definitions/upload_wizard_steps.rb
+++ b/features/step_definitions/upload_wizard_steps.rb
@@ -11,7 +11,7 @@
 #
 Given(/^I am logged in$/) do
   visit(LoginPage).login_with(ENV["MEDIAWIKI_USER"], ENV["MEDIAWIKI_PASSWORD"])
-  on(LoginPage).logout_link_element.when_present.should be_visible
+  on(LoginPage).logout_link_element.when_present(15).should be_visible
 end
 
 When(/^click button Continue$/) do

-- 
To view, visit https://gerrit.wikimedia.org/r/101212
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib228a2a71aacf80cbe385fe2c63f3cea5537352d
Gerrit-PatchSet: 2
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[email protected]>
Gerrit-Reviewer: Jhall <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to