Zfilipin has submitted this change and it was merged.

Change subject: accommodate slight change to behavior of Next button
......................................................................


accommodate slight change to behavior of Next button

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

Approvals:
  Zfilipin: Verified; 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 497bfb3..01af4a9 100644
--- a/features/step_definitions/upload_wizard_steps.rb
+++ b/features/step_definitions/upload_wizard_steps.rb
@@ -52,7 +52,7 @@
   @browser.url.should == on(UploadWizardPage).class.url
 end
 Then /^Next button should be there$/ do
-  on(ReleaseRightsPage).next_element.should be_visible
+  on(ReleaseRightsPage).next_element.should exist
 end
 Then /^Release rights page should open$/ do
   @browser.url.should == on(ReleaseRightsPage).class.url

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idec61541b55109a4e12295658d00ae9838353382
Gerrit-PatchSet: 2
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[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