Feature: Create Volume and Artist
  To create releases for a Volume
  As a Film Client
  I want to create a Volume

  Background: Clear Browser
    Given I have a clear browser

  @rb
  @id_ce16585b2299aeee41b8dee4bd430139551eebdadbb8489eb860b2591cfc262c
  Scenario: Volume creation
    Given an orchard employee label_17194 for workstation
    And I login silently to workstation and visit the catalog artist page
    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

  @oaworkstation
  @legacy
  @rb
  @id_cc6215d95cfa5af5c5c6c1945bae472ff2c9d9763aa148388005f997eb19941c
  Scenario: Create New Artist
    Given an orchard employee label_7123 for workstation
    And I login silently to workstation and visit the catalog artist page
    When I create a new artist
    Then I should be on the edit artist page
