@collaborators
@deprecated
Feature: Collaborator Quote And Payment

  Background:
    Given an orchard employee e2e for collaborators
    And I log in to collaborators silently
    And I select account Frenchkiss Records
    And The transfer payment test collaborator exists

  @id_c153939ed79fe307a521baf676cd810eccd901ad0366a5dbc65d73ddf04f25e2
  Scenario: Transfer requirements shown for JPY transaction
    Given I am on the collaborators payments page
    When I generate a quote for Cypress test transfer collab
    Then The transfer requirements are surfaced to me in the quote panel
    And The Generate Payments button is disabled

  @id_3cccca2740987c977657b4c2d3e6eb8ef47a6eea52123ad95aa14df3b3caec58
  Scenario: Transfer sub requirements shown for Payment for a product transfer purpose
    Given I am on the collaborators payments page
    When I generate a quote for Cypress test transfer collab
    And I choose Pay for goods as my Transfer Purpose
    Then The sub-requirement Transfer Purpose To Jpy Product Name is surfaced to me
    And The sub-requirement Transfer Purpose To Jpy Country Of Origin Japan is surfaced to me
    And The sub-requirement Transfer Purpose To Jpy Destination Port is surfaced to me
    And The Generate Payments button is disabled

  @id_2b920c31c3ffa68f10a211c95e2a9e1dfb28c4902b80a975b2867d166e7e4696
  Scenario: Generate payments button enabled when all transfer requirements are populated
    Given I am on the collaborators payments page
    When I generate a quote for Cypress test transfer collab
    And I choose Pay for goods as my Transfer Purpose
    And I populate the fields for the payment for a product transfer purpose
    And The Generate Payments button is enabled
