@songwhip
@songwhip_cookie_banner
@songwhip_cookie_banner_prod
Feature: Cookie banner - Asia

  @id_6179fc52a65153a6f50586f7d2081f2028ad9a1f5cddb17a4925f76e397e4970
  Scenario Outline: Verification of Songwhip cookie banner from "<country_code>"
    Given I visit a songwhip michael-jackson for prod or edsheeran for qa page from <country_code>
    Then I should see cookie banner text for <country_code> and check that is text translated
    When I click on the button Cookies Settings
    And I Check if description in Cookies Settings is translated for <country_code>
    Then I check Strictly Necessary Settings text for <country_code>
    Then I check Targeting Cookies text for <country_code>
    Then I check Performance Cookies text for <country_code>
    Then I check Sale of Sharing or Targeted Advertising text for <country_code>

    Examples:
      | country_code |
      | kr           |
      | cn           |
      | in           |
      | id           |
      | hk           |
