@legacy
@oa @oa_release
Feature: OA View Release
  In order to ensure I can view a release in OA
  As a vendor
  I need to verify everything that the view release page works

  # April 26, 2018: flakiness due to chromedriver updates messing with iframe locators?
  # Determine if this is even worth having
  @wip
  Scenario: OA - Manage Artist
    Given an OA Technology_manager user
    And I am on the OA::ViewReleasePage for UPC 889845771180
    And I clear the artist data, if it exists
    When I set values for new artist and save the values
    And I should be able to see the new values
    Then I update the values in newly added artist
    And I should be able to see the updated values
    And I remove the newly added artist artist
    Then I should check values are not present
