Feature: Release Approval

  Background:
    Given an orchard employee cypress_manager_3 visits oa
    And I log in

  # QA-379359
  @oa
  @cache_warm
  @regression
  @ows_features
  @frontend_distribution_oa_components
  @id_c23664fd4c7f3547ffff3cbb6801ed3d513b461dc320d638fb7c96c9b9175465
  Scenario: Check out and check in release
    Given The release 889176687242 is not checked out
    When I check out release 889176687242
    Then I should be on the release approval page

  @oa
  @id_5bafe3c6a6672404ba6076dd5f108a0d111c7f329577fea7d4422897c82ce111
  Scenario: Verify Blacklist artist release validation messaging in release approval
    And The release 191018697426 is not checked out
    When I check out release 191018697426
    Then I should see the blacklist warning banner
