@insights_regression
@insights_market_selector
@IN-13394
Feature: Market Selector Recent Selections

  @id_aabb250c665408bc8b67e1a385134fabafbcff820f4ce4e9f53b30badf2dfd23
  Scenario Outline: Verification of Recent selections in Market selector - <page> page <chosenRecent> <choice>
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    And I visit the insights <page> page
    Then I can choose <markets> <choice> in market selector
    And I can click on market selector
    Then I can see <expectedRecents> in recents market selector
    And I can press Clear all button in market selector
    And And I can press Apply button in market selector
    Then I can choose <expectedRecents> recents in market selector
    And I can verify <chosenRecent> is chosen in market selector

    Examples:
      | markets                          | choice  | page                                              | expectedRecents | chosenRecent |
      | Tunisia                          | market  | /catalog/products                                 | Tunisia         | Tunisia      |
      | Ukraine,Latvia,Lithuania,Estonia | markets | /song/QM6MZ2214888/tiktok                         | Ukraine +3      | Ukraine+3    |
      | Spain                            | market  | /channel/UCp-brkrLhdNTkAVoR1qHm3A/                | Spain           | Spain        |
      | Albania,Algeria                  | markets | artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/songs | Albania +1      | Albania+1    |
