@insights_regression
@insights_charts
@donotfail
@IN-12305
@IN-12200
Feature: Chart Graph

  @id_291c3a5b06fa4238739732152c0303bf815a35846a6d04cde2524df78aa23ffb
  Scenario Outline: [Regression][Chart] - Graph View - <type> chart
    Given an orchard employee single_label for insights
    When I log in to Insights silently
    Then I am successfully logged in to Insights
    When I visit the random insights <type> chart page
    And I see a chart table is loaded
    And Performance chart is NOT shown on the page
    When I expand a chart item
    Then Performance chart is shown on the page
    And I see Performance chart displays data returned from api

    Examples:
      | type  |
      | Video |
      | Track |
