
Feature: Analytics Date Breakdowns
  @analytics
  @frontend_analytics
  @frontend_engagement
# TODO: move this to SPA SA once AnalyticsOverviewPage is under SPA
  Scenario: Paginating Bar Chart
    Given a Workstation label_9808 user
    And I am on the Workstation::AnalyticsOverviewPage
    When I set the Overview start date to 2014-05-01 and end date to 2014-06-01
    And I apply the selected filters
    And I view Download Tracks broken down by Product
    And I get the album column for the first page
    Then the album column for the second page should not match it
    When I go back to the first page of the breakdown
    Then I should see the previous button is disabled and next button is enabled
    And I should see the original album column
