@moneyhub
Feature: Highlights Page displays data for KNR accounts

  @id_d0a0495420f5bc5561a4202c413728e30646a7a3c07b142d5707882d53262fd7
  Scenario: Highlights page displays data for an ownership account
    Given an orchard employee label_6971 for moneyhub
    And I log in to moneyhub silently
    And I select Mushroom Pillow Music S.L. in the vendor filter
    Then The highlights headers are correct for an ownership account
    And The highlights overview page displays valid gross data
    And The highlights overview page data updates when a single contract is selected
    And The highlights overview page displays valid net data
    And The highlights overview page data updates when the period is set to Last 6 Statement Periods
    And the highlights recordings page displays valid gross data and paginates
    And the highlights recordings page displays valid net data

  @id_d6d68940356f29bc7c5e6b13a028a2c6e989284658bcdeaaa39aaca44ec1f116
  Scenario: Highlights page displays data for a performer account
    Given an orchard employee label_6971 for moneyhub
    And I log in to moneyhub silently
    And I select Sheeran, Edward Christopher in the vendor filter
    Then The highlights headers are correct for a performer account
    And The highlights overview page displays valid gross data
    And The highlights overview page displays valid net data
    And The highlights overview page data updates when the period is set to Last 6 Statement Periods
    And the highlights recordings page displays valid gross data and paginates
    And The highlights countries page displays valid data for a KNR account
    And the highlights recordings page displays valid net data

  @id_13f846767a6dcba093ba61c04e817104fbb29b091e1de348f3833104b2f0dbdd
  Scenario: Highlights page displays data for a mixed account
    Given an orchard employee label_6971 for moneyhub
    And I log in to moneyhub silently
    And I select Macklemore LLC in the vendor filter
    Then The highlights headers are correct for a mixed account
    And The highlights overview page displays valid gross data
    And The highlights overview page displays valid net data
    And The highlights overview page data updates when the period is set to Last 6 Statement Periods
    And the highlights recordings page displays valid gross data
    And The highlights countries page displays valid data for a KNR account
    And the highlights recordings page displays valid net data
