@legacy
@ows_users
@wip
# Disabled, moved to Settings app; PLATFORM-2496
Feature: Workstation User Preferences

  # QA-379384
  Scenario: Change workstation Language setting
    Given a Workstation label_16158 user
    Given I am on the Workstation::AccountPage
    When I change the default language to Spanish
    Then The language of Analytics should change to Spanish
    # cleanup
    When I change the default language to English
    Then The language of Analytics should change to English

  Scenario: Change workstation email preferences setting for spike detection
    Given a Workstation label_16158 user
    And I am on the Workstation::AccountPage
    When I enable the spike detector email setting
    Then email settings saved successfully
    And the active subscription is label_spike_detector for vendor
    # cleanup
    When I disable the spike detector email setting
    Then email settings saved successfully
