Page MenuHomePhabricator

Missing step definitions
Closed, ResolvedPublic

Description

You can implement step definitions for undefined steps with these snippets:

When(/^I click the upload button to stage the image file "(.*?)"$/) do |arg1|

pending # express the regexp above with the code you wish you had

end

When(/^upload bogus file BADFILE\.tgz$/) do

pending # express the regexp above with the code you wish you had

end

When(/^upload file image\.png$/) do

pending # express the regexp above with the code you wish you had

end

This seems to have been introduced by:
https://gerrit.wikimedia.org/r/#/c/119802/


Version: unspecified
Severity: normal

Details

Reference
bz63090

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:02 AM
bzimport set Reference to bz63090.

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1799

Chris, you said that this was not a bug - but I still fail to run these tests locally. We said maybe a gem didn't get updated. Can you clarify what the current case is?

This seems to have been fixed by I9e59d2681c3c4ab7a365f9a32b77cc136cc7027e - the commit didn't reference this bug though.