Sha256: 7103f01a6fcc59a5acb9c4221c41cf402865ba88e6ce4611560139ad8d48f455

Contents?: true

Size: 629 Bytes

Versions: 267

Compression:

Stored size: 629 Bytes

Contents

Feature: Matt's example with a comment before a step

Scenario: Upload an image for an artist and create a concert in the process
  Given I am logged in to my account
  And there is one Artist named "Pixies"
  And there is one Venue
  When I visit the page for the Artist
  And I follow "add a photo"
  And I upload an Image
  # Search on select concert page
  And I press "Search Pixies concerts" 
  And I follow "Add a new Concert"
  And I fill in new Concert information
  And I press "Preview"
  And I press "Add concert"
  # No artists appear in this photo
  And I press "Submit" 
  Then my Concert should exist with 1 Image

Version data entries

267 entries across 265 versions & 26 rubygems

Version Path
cucumber-1.3.20 fixtures/tickets/features/177/3.feature
cucumber-1.3.19 fixtures/tickets/features/177/3.feature
cucumber-1.3.18 fixtures/tickets/features/177/3.feature
cucumber-1.3.17 fixtures/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.100.1 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.100.2 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.100.3 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.100.4 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.100.5 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.99.20 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.99.21 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.99.22 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.1.99.23 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.0.1 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.0.2 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.0.3 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.0.4 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.0 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.1 examples/tickets/features/177/3.feature
aslakhellesoy-cucumber-0.2.2.1 examples/tickets/features/177/3.feature