@insights_regression
@insights_charts
@insights_charts_data
@insights_charts_market
@donotfail
@IN-12200
@IN-12202
Feature: Chart Filter Market Change

  @id_196a6d5ec06c3c8245d07ea38823d7c06bffa0f20803922ee3512df4736ebd8f
  Scenario Outline: [Regression][Chart] - Change Market for <type>
    Given an orchard employee single_label for insights
    And I log in
    When I visit the random insights <type> chart page with market change
    And I see a chart table is loaded
    Then I see correct default market set in data request
    And I save the list of <type> chart table
    When I change chart market to <market>
    Then I see correct <market> market set in data request
    And I see the different <type> list of chart table than at the beginning
    When I change chart market to default
    Then I see correct default market set in data request
    And I see the same <type> list of chart table as at the beginning

    Examples:
      | type  | market    |
      | Video | Canada    |
      | Track | Australia |

  @id_e447157af503d485066e67b39b1804cddb16b0818b2ef4ab998ae4ca5296273d
  Scenario: [Regression][Chart] - Default Market
    Given an orchard employee single_label for insights
    And I log in
    When I visit the random insights Track chart page without market change
    Then I see correct default market set in data request
