@deprecated
@preference-center
@ows-preference-center
Feature: Preference Center Legal data and links

  @FS-3877
  @id_d647789c6d610aeb5d6498e4999cadf0842668cdd59678bb848ba5db6a0e88f6
  Scenario Outline: User can se correct legal information for "<country>"
    Given I am preference-center user with CRM Id: "a0O61000002DJG8EAO" and default locale
    When I visit preference-center profile page from country with code "<code>"
    Then I see correct legal information for my country

    Examples:
      | country              | code |
      | United States        | US   |
      | South Africa         | ZA   |
      | Australia            | AU   |
      | New Zealand          | NZ   |
      | China                | CN   |
      | Hong Kong            | HK   |
      | India                | IN   |
      | Indonesia            | ID   |
      | Malaysia             | MY   |
      | Philippines          | PH   |
      | Singapore            | SG   |
      | South Korea          | KR   |
      | Taiwan               | TW   |
      | Thailand             | TH   |
      | Vietnam              | VN   |
      | Austria              | AT   |
      | Belgium              | BE   |
      | Netherlands          | NL   |
      | Luxembourg           | LU   |
      | Denmark              | DK   |
      | Finland              | FI   |
      | France               | FR   |
      | Germany              | DE   |
      | Hungary              | HU   |
      | Ireland              | IE   |
      | Italy                | IT   |
      | Norway               | NO   |
      | Poland               | PL   |
      | Portugal             | PT   |
      | Spain                | ES   |
      | Sweden               | SE   |
      | Switzerland          | CH   |
      | United Kingdom       | GB   |
      | Argentina            | AR   |
      | Brazil               | BR   |
      | Chile                | CL   |
      | Uruguay              | UY   |
      | Peru                 | PE   |
      | Colombia             | CO   |
      | Mexico               | MX   |
      | Canada               | CA   |
      | Bahrain              | BH   |
      | Egypt                | EG   |
      | Iran                 | IR   |
      | Iraq                 | IQ   |
      | Jordan               | JO   |
      | Kuwait               | KW   |
      | Lebanon              | LB   |
      | Oman                 | OM   |
      | Qatar                | QA   |
      | Saudi Arabia         | SA   |
      | South Sudan          | SS   |
      | Sudan                | SD   |
      | Syria                | SY   |
      | United Arab Emirates | AE   |
      | Yemen                | YE   |
