@collaborators
Feature: Collaborator Payment

  # environment variable 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 collaborators_test for collaborators
    And I log in
    And I select account Frenchkiss Records
    And The payment test collaborator has been created
    And I go to the playwright payment test collab 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 playwright payment test collab
    And I am on the collaborators payments page
    Then The balance for playwright payment test collab has been reduced
