Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P131
Failures when applying 178205
Active
Public
Actions
Authored by
Gilles
on Dec 9 2014, 9:46 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
MediaViewer
Quality-Assurance
Subscribers
None
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
edited the content of this paste.
(Show Details)
Dec 9 2014, 9:46 AM
Gilles
changed the title of this paste from untitled to
Failures when applying 178205
.
Gilles
updated the paste's language from
autodetect
to
autodetect
.
Gilles
added projects:
MediaViewer
,
Quality-Assurance
.
Smalyshev
mentioned this in
T116298: SPARQL endpoint should gracefully handle cycles and loops in transitive properties
.
Oct 22 2015, 6:40 PM
•
emailbot
mentioned this in
Unknown Object (Task)
.
Jan 4 2016, 6:48 PM
aude
mentioned this in
T143249: internal_api_error_InvalidArgumentException in wbformatvalue (when editing statements)
.
Aug 18 2016, 1:59 PM
Multichill
mentioned this in
T138668: Harvest Wikidata into the Monuments database
.
May 20 2017, 3:23 PM
Fralambert
mentioned this in
T180875: The item requires statement constraint (Q21503247) should accept multiple properties as OR
.
Jan 1 2018, 2:30 AM
Footech
mentioned this in
T207839: Batch add WO II war memorials to Wikidata
.
Oct 27 2018, 12:46 PM
Alicia_Fagerving_WMSE
mentioned this in
T220937: Remove superfluous P131 from kustvattenförekomst
.
Apr 15 2019, 6:35 AM
Yarl
mentioned this in
T223158: Display and prioritize hq location (P159) over located in (P131) in summary area
.
May 13 2019, 6:53 PM
JeanFred
mentioned this in
T224229: Grouping by property is not powerful enough for some use-cases
.
May 23 2019, 2:38 PM
OlafJanssen
mentioned this in
T228405: List properties that are (only) used as qualifiers
.
Jul 18 2019, 11:03 AM
Ederporto
mentioned this in
T231621: Add Brazilian monuments in portuguese to Monuments database
.
Aug 30 2019, 1:27 PM
Tagishsimon
mentioned this in
T215073: OSM map layers other than the default should be displayable in the Wikidata Query Service
.
Sep 1 2019, 12:12 AM
SJu
mentioned this in
T260940: The property value edit field in Wikidata is too little intelligent - ignores description and properties of the target item
.
Aug 20 2020, 8:16 PM
M2k_dewiki
mentioned this in
T267175: SPARQL-Query shows entries, which should be filter out; number of entries in result set might change when executed repeatedly (possible caching/indexing problem)
.
Nov 3 2020, 11:17 PM
Salgo60
mentioned this in
T268797: Umeå Open Data - Konsten Umeå kommun
.
Nov 30 2020, 12:35 PM
Log In to Comment