@insights
@donotfail
Feature: Insights Charts Page

  @id_6964536e71dd06a965beb43d07d504667ac942900aac563702d18198c6c0b9eb
  Scenario: Charts - navigation, tiles, tables
    Given an orchard employee single_label for Insights
    When I log in to Insights silently
    Then I am successfully logged in to Insights
    Then I can navigate to Charts
    And I see a page with more than 7 tiles
    And each tile has a link to a chart

    When I open the Spotify Top 200 tile Weekly chart
    And I select an old date in Chart page
    Then I see a page with a table with 200 rows

    When I choose YouTube Top Videos chart from charts selector on the Chart page
    And I select an old date in Chart page
    Then I see a page with a table with 100 rows

    When I choose SoundCloud Daily Top Tracks chart from charts selector on the Chart page
    And I select an old date in Chart page
    Then I see a page with a table with 200 rows
