@insights_regression
@insights_market_selector
@IN-12647
Feature: Market Selector My Catalog Page

  Background: My Catalog Page is opened in default state
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently

  @id_cc1d8cf656d3893caba5a2d3c4a2286fea5e047d0eff65b8e1d5104d7f1a36b4
  Scenario Outline: [My Catalog][Market selector] - <tab> tab <region> <event>
    And I visit the insights /catalog/<tab> page
    Then I can choose <region> region in market selector
    And I can verify countries variable is <markets> in <event> events

    Examples:
      | region      | tab      | event                                     | markets                                                                             |
      | Middle East | accounts | topAccounts                               | AF,BH,EG,IQ,JO,KW,LB,OM,PS,QA,SA,SD,SY,AE,YE                                        |
      | CIS         | songs    | topGlobalSoundRecordingsWithTikTokV2Query | AM,AZ,BY,KZ,KG,MD,MN,RU,TJ,TM,UA,UZ                                                 |
      | Oceania     | products | topProductResultsQuery                    | AS,AU,CX,CC,CK,FJ,PF,GU,KI,MH,FM,NR,NC,NZ,NU,NF,MP,PW,PG,PN,WS,SB,TK,TO,TV,UM,VU,WF |
      | Middle East | artists  | topGlobalParticipantsResultsQuery         | AF,BH,EG,IQ,JO,KW,LB,OM,PS,QA,SA,SD,SY,AE,YE                                        |
      | CIS         | videos   | topVideosQuery                            | AM,AZ,BY,KZ,KG,MD,MN,RU,TJ,TM,UA,UZ                                                 |
      | Oceania     | channels | topChannelsQuery                          | AS,AU,CX,CC,CK,FJ,PF,GU,KI,MH,FM,NR,NC,NZ,NU,NF,MP,PW,PG,PN,WS,SB,TK,TO,TV,UM,VU,WF |

  @id_6755d5e43aa1bc843fd2a9aa3351a1a5ed2301fcbbfc61057d654ae2b5f0196a
  Scenario: [My Catalog][Market selector] - behaviour
    And I visit the insights /catalog/ page
    Then I can click on market selector
    And I can verify market selector regions
    Then I can click on market selector
    And I can verify market selector collapsed
    Then I can choose Europe region in market selector
    And I can verify Europe is chosen in market selector
    Then I can navigate to the Products tab on the page
    And I can verify Europe is chosen in market selector
    And I can remove all in market selector
