@deprecated
@songwhip
Feature: Cookie banner - North Europe

  @id_6179fc52a65153a6f50586f7d2081f2028ad9a1f5cddb17a4925f76e397e4970
  Scenario Outline: Verification of Songwhip cookie banner
    Given I visit a songwhip edsheeran page for <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 |
      | no           |
      | ie           |
      | dk           |
      | fi           |
      | se           |
      | fr           |
      | pl           |
      | gb           |
      | hu           |
