Zfilipin has submitted this change and it was merged. Change subject: one-line change to handle radio button better, check in IE8 ......................................................................
one-line change to handle radio button better, check in IE8 Change-Id: I0a49915f2a2bbe9556079a8d97b44db8de4879b6 --- M features/step_definitions/upload_wizard_steps.rb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Zfilipin: Verified; Looks good to me, approved diff --git a/features/step_definitions/upload_wizard_steps.rb b/features/step_definitions/upload_wizard_steps.rb index 94dd6f4..43807cd 100644 --- a/features/step_definitions/upload_wizard_steps.rb +++ b/features/step_definitions/upload_wizard_steps.rb @@ -24,7 +24,7 @@ on(ReleaseRightsPage).next_element.click end When /^I click This file is my own work$/ do - on(ReleaseRightsPage).my_own_work_element.when_present.click + on(ReleaseRightsPage).select_my_own_work end When /^I enter description$/ do on(DescribePage).description = 'description' -- To view, visit https://gerrit.wikimedia.org/r/56528 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0a49915f2a2bbe9556079a8d97b44db8de4879b6 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
