@cache_warm
@ows_accounting @frontend_accounting
Feature: Accounting Breakdown Filters
# TODO: move this to SPA SA once Accounting is under SPA
  Scenario Outline: Apply new filters, verify they are applied
    Given a Workstation label_19405 user
    Given I am on the accounting breakdown page for the current period
    When I apply the new <filter> filter to the accounting breakdown
    Then I should either see a DRB Revenue Total or a "no accounting information" message
    And the new moved filter should show as applied <filter>
    And I should be able to clear each filter

  Examples:
    | filter     |
    | subaccount |
    | imprint    |
    | artist     |
    | product    |
    | track      |
    | source     |
    | channel    |
    | country    |
    | period     |
