@ows_accounting
@frontend_accounting
@accounting
Feature: Accounting Subaccount
  In order to ensure the accuracy and reliability of accounting data
  As a Workstation Accounting user
  I want to view current and historical accounting data
# TODO: move this to SPA SA once Accounting is under SPA

  # try to replace with unit or view tests
  Scenario: Subaccount views revenue breakdown (MOV-1162)
    Given a Workstation subaccount_20651 user
    Given I am on the accounting breakdown page for the current period
    Then I should see the Revenue column

  @cache_warm
  Scenario: Check that subaccount doesn't see manual adjustment data from parent label
    Given a Workstation subaccount_20651 user
    Given I am on the accounting breakdown page for the current period
    When I view the accounting breakdown for "Jan 2015" to "Jun 2015"
    Then I should not see any manual adjustment data
