Cmcmahon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/62824


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/24/62824/1

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: newchange
Gerrit-Change-Id: Idec61541b55109a4e12295658d00ae9838353382
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Cmcmahon <[email protected]>

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

Reply via email to