@insights_regression
@insights_account
Feature: Account Page YouTube Views Structure and data verification

  @IN-13005
  @id_ee9bd82ad41eab6d7988da32d338d402cf0e804e8fc3398907393a1e02f90582
  Scenario Outline: Account Page YouTube Views Structure and data
    Given an orchard employee insightsemployee for insights
    And I log in
    When I visit the insights /account/21786<url> page
    Then I can verify YouTube views data and structure for <days> days
    And I can click on See All videos link on YouTube views widget
    Then I see Videos tab is active on the page

    Examples:
      | url                                 | days |
      | /                                   | 28   |
      | /?country=US&store=286&period=past7 | 7    |
