@collaborators
@deprecated
Feature: Collaborator Payment

  # environment variable CYPRESS_TEST_WISE must be set to true to enable testing of integration with
  # wise sandbox environment
  @id_19d82269289c7b7d8b28be9adea03e8ba970b9d1d41574c03fc305e40bc8e35f
  Scenario: Add recipient and process payment
    Given an orchard employee e2e for collaborators
    And I log in to collaborators silently
    And I select account Frenchkiss Records
    And The test collaborators have been created
    And I go to the cypress test collab 4 collaborator royalties page
    When I add a recipient to the collaborator
    And I am on the collaborators payments page
    And I process a payment for cypress test collab 4
    And I am on the collaborators payments page
    Then The balance for cypress test collab 4 has been reduced
