#  AUT-930 Workstation accounting deprecation
@first_statement_period_change
@wip
Feature: Accounting Suppress Historical RED

  # ACC-957
  @frontend_accounting
  @ows_accounting
  @id_b0cef3b1ce5282e350c34dd3c5cb0466db27a70c9874e131db13e430a79cd956
  Scenario: Data on Statements page should be shown accordingly to the first statement period for quarterly user
    Given an orchard employee label_7482 for workstation
    And I log in to workstation silently
    And I am on the accounting statements page
    And I update the first statement period to "246"
    When I refresh the page
    Then I should see the starting from period to be "246"

  # ACC-956
  @frontend_accounting
  @ows_accounting
  @id_ab21165e8e4a8c7a827e6c75acde0a8a032691afb2cd03c45203b3abc57d3b18
  Scenario: Data on Statements page should be shown accordingly the first statement period for D3 user
    Given an orchard employee label_7482 for workstation
    And I log in to workstation silently
    And I am on the accounting-d3 statements page
    And I update the first statement period to "256"
    When I refresh the page
    Then I should see the starting from period to be "256"

  # ACC-958
  @frontend_accounting
  @ows_accounting
  @id_62806321fe7d9fab3b44c838465e49db04b59772b4da06e00a217490435a3b6d
  Scenario: D3's first statement period settings should apply to its subaccounts as well
    Given an orchard employee label_7482 for workstation
    And I log in to workstation silently
    And I am on the accounting-sub statements page
    When I update the first statement period to "256"
    And I refresh the page
    Then I should see the starting from period to be "256"
