Last modified: 2014-04-08 17:41:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T65090, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63090 - Missing step definitions
Missing step definitions
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
Hygiene (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Jon
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-25 21:38 UTC by Jon
Modified: 2014-04-08 17:41 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jon 2014-03-25 21:38:27 UTC
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/
Comment 1 Bingle 2014-03-25 21:40:12 UTC
Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1799
Comment 2 Jon 2014-03-31 21:39:28 UTC
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?
Comment 3 Jon 2014-04-08 17:41:36 UTC
This seems to have been fixed by I9e59d2681c3c4ab7a365f9a32b77cc136cc7027e - the commit didn't reference this bug though.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links