Page MenuHomePhabricator
Paste P131

Failures when applying 178205
ActivePublic

Authored by Gilles on Dec 9 2014, 9:46 AM.
Gilles-Dubucs-MacBook-Air:browser gdubuc$ cucumber features/mmv.download.feature
@en.wikipedia.beta.wmflabs.org @firefox @chrome @internet_explorer_9 @internet_explorer_10 @internet_explorer_11 @safari @test2.wikipedia.org
Feature: Download menu
Background: # features/mmv.download.feature:4
Given I am viewing an image using MMV # features/step_definitions/mmv_steps.rb:8
Scenario: Download menu can be opened # features/mmv.download.feature:7
When I click the download icon # features/step_definitions/mmv_download_steps.rb:16
Then the download menu should appear # features/step_definitions/mmv_download_steps.rb:53
Scenario: Clicking the image closes the download menu # features/mmv.download.feature:11
Given I open the download menu # features/step_definitions/mmv_download_steps.rb:3
When I click the image # features/step_definitions/mmv_steps.rb:42
Then the download menu should disappear # features/step_definitions/mmv_download_steps.rb:57
Scenario: Image size defaults to original # features/mmv.download.feature:16
When I open the download menu # features/step_definitions/mmv_download_steps.rb:3
Then the download image size label should be "4000 × 3000 px jpg" # features/step_definitions/mmv_download_steps.rb:61
And the download links should be the original image # features/step_definitions/mmv_download_steps.rb:69
Scenario: Attribution area is collapsed by default # features/mmv.download.feature:21
When I open the download menu # features/step_definitions/mmv_download_steps.rb:3
Then the attribution area should be collapsed # features/step_definitions/mmv_download_steps.rb:87
unable to locate element, using {:class=>"mw-mmv-download-attribution", :tag_name=>"div"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:88:in `/^the attribution area should be collapsed$/'
features/mmv.download.feature:23:in `Then the attribution area should be collapsed'
Scenario: Attribution area can be opened # features/mmv.download.feature:25
Given I open the download menu # features/step_definitions/mmv_download_steps.rb:3
When I click on the attribution area # features/step_definitions/mmv_download_steps.rb:24
unable to locate element, using {:class=>"mw-mmv-download-attribution", :tag_name=>"div"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:25:in `/^I click on the attribution area$/'
features/mmv.download.feature:27:in `When I click on the attribution area'
Then the attribution area should be open # features/step_definitions/mmv_download_steps.rb:91
Scenario: Attribution area can be closed # features/mmv.download.feature:30
Given I open the download menu # features/step_definitions/mmv_download_steps.rb:3
And the attribution area is open # features/step_definitions/mmv_download_steps.rb:7
unable to locate element, using {:class=>"mw-mmv-download-attribution", :tag_name=>"div"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:25:in `/^I click on the attribution area$/'
./features/step_definitions/mmv_download_steps.rb:8:in `/^the attribution area is open$/'
features/mmv.download.feature:32:in `And the attribution area is open'
When I click on the attribution area close icon # features/step_definitions/mmv_download_steps.rb:28
Then the attribution area should be collapsed # features/step_definitions/mmv_download_steps.rb:87
Scenario: The small download option has the correct information # features/mmv.download.feature:36
Given I open the download dropdown # features/step_definitions/mmv_download_steps.rb:11
unable to locate element, using {:class=>"mw-mmv-download-select-menu", :tag_name=>"span"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:21:in `/^I click the download down arrow icon$/'
./features/step_definitions/mmv_download_steps.rb:13:in `/^I open the download dropdown$/'
features/mmv.download.feature:37:in `Given I open the download dropdown'
When I click the small download size # features/step_definitions/mmv_download_steps.rb:32
And the download size options disappears # features/step_definitions/mmv_download_steps.rb:49
Then the download image size label should be "193 × 145 px jpg" # features/step_definitions/mmv_download_steps.rb:61
And the download links should be the 193 thumbnail # features/step_definitions/mmv_download_steps.rb:78
Scenario: The medium download option has the correct information # features/mmv.download.feature:43
Given I open the download dropdown # features/step_definitions/mmv_download_steps.rb:11
unable to locate element, using {:class=>"mw-mmv-download-select-menu", :tag_name=>"span"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:21:in `/^I click the download down arrow icon$/'
./features/step_definitions/mmv_download_steps.rb:13:in `/^I open the download dropdown$/'
features/mmv.download.feature:44:in `Given I open the download dropdown'
When I click the medium download size # features/step_definitions/mmv_download_steps.rb:32
And the download size options disappears # features/step_definitions/mmv_download_steps.rb:49
Then the download image size label should be "640 × 480 px jpg" # features/step_definitions/mmv_download_steps.rb:61
And the download links should be the 640 thumbnail # features/step_definitions/mmv_download_steps.rb:78
Scenario: The large download option has the correct information # features/mmv.download.feature:50
Given I open the download dropdown # features/step_definitions/mmv_download_steps.rb:11
unable to locate element, using {:class=>"mw-mmv-download-select-menu", :tag_name=>"span"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mmv_download_steps.rb:21:in `/^I click the download down arrow icon$/'
./features/step_definitions/mmv_download_steps.rb:13:in `/^I open the download dropdown$/'
features/mmv.download.feature:51:in `Given I open the download dropdown'
When I click the large download size # features/step_definitions/mmv_download_steps.rb:32
And the download size options disappears # features/step_definitions/mmv_download_steps.rb:49
Then the download image size label should be "1200 × 900 px jpg" # features/step_definitions/mmv_download_steps.rb:61
And the download links should be the 1200 thumbnail # features/step_definitions/mmv_download_steps.rb:78
Failing Scenarios:
cucumber features/mmv.download.feature:21 # Scenario: Attribution area is collapsed by default
cucumber features/mmv.download.feature:25 # Scenario: Attribution area can be opened
cucumber features/mmv.download.feature:30 # Scenario: Attribution area can be closed
cucumber features/mmv.download.feature:36 # Scenario: The small download option has the correct information
cucumber features/mmv.download.feature:43 # Scenario: The medium download option has the correct information
cucumber features/mmv.download.feature:50 # Scenario: The large download option has the correct information
9 scenarios (6 failed, 3 passed)
41 steps (6 failed, 15 skipped, 20 passed)
2m20.917s

Event Timeline

Gilles changed the title of this paste from untitled to Failures when applying 178205.
Gilles updated the paste's language from autodetect to autodetect.
emailbot mentioned this in Unknown Object (Task).Jan 4 2016, 6:48 PM