Feature: Settings Validate on Production

  @production
  @settings
  @deprecated
  @id_f9642462b636ceafa7a7f8f5be23d5ef3fbac9bcdb89e4bdf9a722129013d3ec
  Scenario: Validate that settings page works
    Given a user from prod visits settings
    When I log in to Settings
    Then I can see that settings my profile page works
    Then I can see that settings manage users page works
    Then I can see that settings emails & notifications page works
    Then I log out of settings
