@tap_bank_details
Feature: USD Bank Details ee,es,gr,hr,hu,ie,it - Payoneer

  Background: Artist Page - Streams and Sources tab is opened
    Given an orchard employee label_6971 for documents
    Then I update abacus state table and delete Payoneer account 793236

  @id_c2c07eb48b79212d91297771156f2662d8c63f2319e59b4040815caf2fcad20d
  Scenario: ee,es,gr,hr,hu,ie,it - USD Bank Details for Business Account and Personal Bank Account type
    When I log in to documents
    Then I am successfully logged in to documents
    Then I can see that documents Banking & Tax Settings page works with whitelabel UK account name ORCHARD-UK-TEST_ACCOUNT
    Then I update abacus state table and delete Payoneer account 793236
    Then I can see empty Bank Details
    And I add company details for <country> for Business Account account type
    Then I click next on Bank Details form
    And I add Personal bank account for <country>
    Then I submit the bank details form

    Examples:
      | country         |
      | nl_usd          |
      | no_usd          |
      | pt_usd          |
      | pe_usd_personal |
      | ro_usd          |
      | se_usd          |
      | si_usd          |
      | sk_usd          |
      | uk_usd          |
      | us_usd          |
      | za_usd          |

  @id_6ef1409a5be2b0630ee43e66b4762189b9d06e4198789d90956dcb962a43eadc
  Scenario: ee,es,gr,hr,hu,ie,it - USD Bank Details for Personal Account and Company Bank Account type
    When I log in to documents
    Then I am successfully logged in to documents
    Then I can see that documents Banking & Tax Settings page works with whitelabel UK account name ORCHARD-UK-TEST_ACCOUNT
    Then I update abacus state table and delete Payoneer account 793236
    Then I can see empty Bank Details
    And I add company details for <country> for Personal Account account type
    And I set email for Personal account
    Then I click next on Bank Details form
    And I add Company bank account for <country>
    Then I submit the bank details form

    Examples:
      | country |
      | ee_usd  |
      | es_usd  |
      | gr_usd  |
      | hr_usd  |
      | hu_usd  |
      | ie_usd  |
      | it_usd  |
