Feature: Moneyhub Smoke Test

  @production
  @moneyhub_prod
  @id_f4803267a1af95525ea3fe4328cbaecf01e8edd399ea30e736045a496b7b1dc6
  Scenario: Validate that moneyhub page works in prod
    Given a user from moneyhub_prod visits moneyhub
    When I log in
    Then I can see that moneyhub statements page works
    Then I can see that moneyhub physical reserves page works
    Then I can see that moneyhub adjustments page works
    Then I can see that moneyhub expenses page works
    Then I log out

  @moneyhub
  @graphql_abacus
  @qa_smoke
  @id_d9d30344bf780177c456f19e5ee4d9b0116913b1fadff013b01a3ef468693c99
  Scenario: Validate that moneyhub app works in qa
    Given an orchard employee label_6971 for moneyhub
    And I log in
    And I select Bad Seed in the moneyhub vendor filter
    Then I can see that moneyhub highlights page works
    When I navigate to moneyhub statements page from main navigation
    Then The statements table displays all columns
    And The statements modal displays basic data
    And The statements modal displays data for adjustments, expenses and physical reserves
    Then I can see that moneyhub physical reserves page works
    Then I can see that moneyhub adjustments page works
    Then I can see that moneyhub expenses page works
    Then I log out
