@insights_regression
@insights_trending
@IN-15176
Feature: Trending Songs Table Data

  Background: [Regression][Trending Songs]
    Given an orchard employee insightsreal for insights
    And I log in

  @id_0f5b3d6640ce5294f3cf23d1832f549a5a4b3a440ff4eb6b802367c85b4d7119
  Scenario: [Regression][Trending Songs] table columns
    When I visit the insights /trending/songs page
    Then I can verify Songs Trending table columns: Song|Market|Days Trending|30dStaying Power|Trending Start Date|1dSpotify Streams|1dApple Music Streams|Release Date

  @id_13dbeaccb889b8ef6c0bac4d43ae2cd30d7e5e253f5053d3f6a7d90851f7bc67
  Scenario Outline: [Regression][Trending Songs] table data - <url>
    When I visit the insights <url> page
    And I can see list and row data is correct on Songs Trending page

    Examples:
      | url                                                                           |
      | /trending/songs                                                               |
      | /trending/songs?country=US&parentCompany=f1594122-7f99-4916-b103-08b0444c7b46 |
