@settings
@graphql_distribution
Feature: Settings My Profile

  @id_16c39fcf873e8e1347edbb8e422c7fbe7ccaac8e4d1fc8809f92b70839d429e0
  Scenario: Admin profile shows correct tabs and information
    Given I have a clear browser
    And an orchard employee admin for settings
    And I log in to Settings silently
    And I am successfully logged in to Settings
    When I am on the settings my profile page
    And The preferences tab should be visible and populated
    And The login and security tab should be visible and populated
    When I can navigate to Emails & Notification tab using left menu
    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
