@insights_regression
@insights_charts
@insights_charts_data
@donotfail
@IN-12200
Feature: Chart Data Verification

  Background: Chart Page is opened
    Given an orchard employee single_label for insights
    And I log in

  @id_7cb60eeb3d843630fe10ae7f4e6da40d06e9c45516d34c2cf2366fc01f6f9f50
  Scenario Outline: [Regression][Chart] - List of entities - <type> chart
    When I visit the random insights <type> chart page
    And I see a chart table is loaded
    Then I can check chart table paginator limitation
    And I see entities from api corresponds to <type> Chart table

    Examples:
      | type  |
      | Video |
      | Track |

  @id_db3717412748f559b319376857c186f0410ddc643aa6231ddfc233e800a821ba
  Scenario Outline: [Regression][Chart] - Entity data - <type> chart
    When I visit the random insights <type> chart page
    And I see a chart table is loaded
    Then I see data for specific entity from api corresponds to Chart table

    Examples:
      | type  |
      | Video |
      | Track |
