Feature: Settings Smoke Test

  @production
  @settings_prod
  @settings
  @ows_users
  @ows_notifications
  @qa_smoke
  @id_f9642462b636ceafa7a7f8f5be23d5ef3fbac9bcdb89e4bdf9a722129013d3ec
  Scenario: Validate that settings app works
    Given an environment dependent user settings_prod for prod or admin for qa for settings
    When I log in
    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 & notification page works
    Then I log out
