@legacy
@frontend_engagement
@wip
# Disabled, moved to Settings app; PLATFORM-2496
Feature: Engagement Legacy

  Scenario: Change Language
    Given a Workstation label_7123_sos_translations user
    Given I am on the Workstation::AccountPage
    And I change the default language to Spanish
    And I am on the ReactWorkstation::ReactEngagementPage
    When I toggle search for track in Engagement page
    Then the search bar text should be "Buscar pistas por nombre de pista, artista o ISRC" in Engagement page
    When I toggle search for artist in Engagement page
    Then the search bar text should be "Buscar artistas por nombre" in Engagement page
    # cleanup
    Given I am on the Workstation::AccountPage
    When I change the default language to English
    Then The language of Analytics should change to English
    And I log out of Workstation
