@insights
Feature: Insights My Favorites

  @id_ff9ca3aade1e177f4ef2d61a29e33488b89b9a106a6a45baf0966c724b7c55ff
  Scenario: My Favorites Page - single label user
    Given a user from single_label for insights
    When I log in
    Then I can navigate to My Favorites
    And I can see Songs,Products,Artists,Videos,YouTube Channels tab on the page
    And I see Songs tab is active on the page
    And I can see that the insights my favorites page works

  @id_6494f59ce363ed8760c2defd8e4c760d387335be3ea2c92b506988e89ab73376
  Scenario: My Favorites Page - multi label user
    Given a user from multiaccount1 for insights
    When I log in
    And I can navigate to My Favorites
    Then I can see Songs,Products,Artists,Videos,YouTube Channels tab on the page
    When I navigate to the Videos tab on the page
    Then I can see that the insights my favorites page works
    When I navigate to the YouTube Channels tab on the page
    And I can see that the insights my favorites page works

  @id_15744d149c2ec571d86a04d152ec327d5f5a34d08affeeda928aa3e2e130395b
  Scenario Outline: My Favorites - I can star/unstar <item>
    Given a user from multiaccount1 for insights
    And I log in
    And I visit the insights /<item>/<id> page

    When I view an unstarred <item> page
    And hover over Star icon in the header of the <item> page
    Then I can see the star tooltip in the <item> page
    And I can star the <item> in the page

    When I can navigate to My Favorites
    And I navigate to the <tab> tab on the page
    Then I can find and open '<name>' <item> from My Favorites

    When I view a starred <item> page
    And hover over Star icon in the header of the <item> page
    Then I can see the unstar tooltip in the <item> page
    And I can unstar the <item> in the page

    Examples:
      | tab              | item    | id                                   | name                  |
      | Songs            | song    | QMFMF2447070                         | DtMF                  |
      | Products         | product | 884385674991                         | Hospice               |
      | Artists          | artist  | 9b8f00f4-1860-41d6-a87e-5f871ca81949 | The Drums             |
      | Videos           | video   | LSnhReVZsro                          | The Antlers - Hospice |
      | YouTube Channels | channel | UCPmyZyhKT6mZdB8HbfGHY1Q             | Diet Cig              |
