Feature: Moneyhub Validate on Production

  @production
  @moneyhub
  @deprecated
  @id_f4803267a1af95525ea3fe4328cbaecf01e8edd399ea30e736045a496b7b1dc6
  Scenario: Validate that moneyhub page works
    Given a user from prod visits moneyhub
    When I log in to moneyhub
    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
    #    Disabling until contract available in prod
    #    Then I can see that moneyhub expenses page works
    Then I log out of moneyhub
