@rb @fast
Feature: Create Volume
  In order to create releases for a Volume
  As a Film Client
  I want to create a Volume

  Scenario: Volume creation
    Given a Workstation label_17194 user
    And I am on the Workstation::ArtistBuilderPage
    When I attempt to create a volume with no name
    Then I should see a validation error
    When I create a volume
    Then I should see the Artist Builder profile
    And I log out of Workstation

  @legacy
  Scenario: Create New Artist
    Given a Workstation label_7123 user
    And I am on the Workstation::ArtistBuilderPage
    When I create a new artist
    Then I should be on the edit artist page
    And I log out of Workstation
