@moneyhub
Feature: Expenses

  @id_420aef9b34fce7c34bd3627e7f7a1a5c15277f88af34833c6d5f0410f254be1b
  Scenario: Expenses page displays basic data
    Given an orchard employee label_6971 for moneyhub
    And I log in to moneyhub silently
    And I select Bad Seed in the vendor filter
    And I intercept calls to Expenses
    When I navigate to Expenses page from main navigation
    Then The expenses page displays data
    And I group the expenses by product
    Then The expenses table is grouped by product
