@insights_regression
@insights_localization
Feature: Localization

  @id_cb9f7193e03c9184f6cb5cb069c482e7f0a73cea14a96cbb14d373d04a9f6e35
  Scenario Outline: [Regression][Localization] Check <language> language applied
    Given an orchard employee automation_qa_insights for insights
    When I set User language to <language>
    And I log in to Insights silently without token reuse
    Then My Catalog title is translated to <title>

    Examples:
      | language     | title           |
      | German       | Mein Katalog    |
      | Spanish      | Mi catálogo     |
      | French       | Mon catalogue   |
      | Italian      | Il mio catalogo |
      | Japanese     | マイカタログ          |
      | Korean       | 내 카탈로그          |
      | Portuguese   | Meu catálogo    |
      | Russian      | Мой каталог     |
      | Turkish      | Kataloğum       |
      | Chinese      | 我的目录            |
      | Chinese (TW) | 我的目錄            |
      | English      | My Catalog      |
