https://bugzilla.wikimedia.org/show_bug.cgi?id=63090

            Bug ID: 63090
           Summary: Missing step definitions
           Product: MobileFrontend
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: stable
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: jrob...@wikimedia.org
                CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
                    jrob...@wikimedia.org, kw...@wikimedia.org,
                    maxsem.w...@gmail.com, rkald...@wikimedia.org,
                    tf...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

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/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to