@moneyhub
Feature: Highlights Imprints

  @id_2530ca74a94c792537684a3fcb67fcb8bbbc2154b40cc6b38c207451fc1f7eba
  Scenario: Highlights Imprints page displays filters, table columns, sorting, filter and pagination correctly
    Given an orchard employee label_6971 for moneyhub
    And I log in
    And I select Checked Label Services in the moneyhub vendor filter
    And I intercept calls to revenueByImprint
    When I navigate to the highlights Imprints tab
    Then The highlights imprints page displays correctly
    And The highlights imprints table is sorted by Net Revenue
    When I sort by Net Revenue, asc on the highlights imprints page
    Then The highlights imprints table is sorted by Net Revenue
    And I can filter the highlights page by the imprint name CHECKED LABEL SERVICES
    Then I can check that the highlights imprint filter changes the pagination dynamically with letter c

  @id_2eb7a808e503d653e947dbe257a9eb45c8da7b8547cf707c14192f87a397da86
  Scenario: Highlights Imprints page displays sub account column for accounts with sub accounts
    Given an orchard employee label_26760_d3 for moneyhub
    And I log in
    When I navigate to the highlights Imprints tab
    Then The highlights imprints table has a sub account column
