@insights_regression
@insights_charts
@donotfail
@IN-12200
Feature: Chart Filter Date

  Background: Chart Page is opened
    Given an orchard employee single_label for insights
    When I log in to Insights silently
    Then I am successfully logged in to Insights

  @id_47bf5e1096d2b21bc769a4bdcf02f31208cc56316d45b1ca4cd15a8d2f48681b
  Scenario: [Regression][Chart] - Change Date for Video chart
    When I visit the random insights Video chart page
    Then I see a chart table is loaded
    And I save the list of Video chart table
    When I change chart date to next value
    Then I see the different Video list of chart table than at the beginning
    When I change chart date to previous value
    Then I see the same Video list of chart table as at the beginning

  @id_3429313c05cddf5b17c9e95085b671e43cc279cd6b09fc0a2ef60493baea6d6c
  Scenario: [Regression][Chart] - Change Date for Track chart
    When I visit the random insights Track chart page
    Then I see a chart table is loaded
    And I save the list of Track chart table
    When I change chart date to next value
    Then I see the different Track list of chart table than at the beginning
    When I change chart date to previous value
    Then I see the same Track list of chart table as at the beginning
