@settings
@ows_users
@graphql_distribution
Feature: My Profile

  @id_16c39fcf873e8e1347edbb8e422c7fbe7ccaac8e4d1fc8809f92b70839d429e0
  Scenario: Admin profile shows correct tabs and information
    Given an orchard employee admin for settings
    And I log in
    When I navigate to the settings My Profile page
    Then The login and security tab should be visible and populated
    And The preferences tab should be visible and populated
    When I navigate to the settings Emails & Notification page
    And I enable the spike detector email setting
    Then email settings saved successfully
    And the active subscription is label_spike_detector for vendor
    When I disable the spike detector email setting
    Then email settings saved successfully
