@insights_regression
@insights_charts
@donotfail
@IN-12189
@IN-12200
Feature: Chart Links

  @id_347faf8d4912f55865dd30406349fa4d96039446144438e45bca784ac653236e
  Scenario Outline: [Regression][Chart] - Links for <type> chart
    Given an orchard employee single_label for insights
    When I log in to Insights silently
    Then I am successfully logged in to Insights
    When I visit the random insights <type> chart page
    And I see a chart table is loaded
    Then I can open <expected_link_1> link in <column_1> column
    When I use my browser's back button
    And I see a chart table is loaded
    Then I can open <expected_link_2> link in <column_2> column

    Examples:
      | type  | column_1 | expected_link_1           | column_2 | expected_link_2             |
      | Video | Video    | youtube.com               | Channel  | youtube.com                 |
      | Track | Song     | insights.qaorch.com/song/ | Artist   | insights.qaorch.com/artist/ |
