@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 to Insights silently

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

  @id_408f8b3fbcf1d89405d1c054a712aee9dd7e7fbc18da5b223b209ec981cce05e
  Scenario Outline: [Regression][Trending Songs] table data
    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 |
