@insights_regression
@insights_account
Feature: Account Page Recent Releases Structure and data verification

  @IN-13008
  @id_c45cc5ca69b3bddeb91e2c8f0423984b68addf59e90e69a58e72baf4a564ce77
  Scenario: Account Page Recent Releases Structure and data
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    When I visit the insights account/21786 page
    Then I can verify recent releases data and structure
    And I can click on recent releases product link
    Then The url contains /product/
    And I visit the insights account/21786/?country=US&store=286&period=past7 page
    Then I can verify recent releases data and structure
    And I can click on See All products link on youtube views widget
    Then I can see Products tab is active on the Page

  @IN-13529
  @id_221c05990e3612c97b296156b13e89eb7f0ad63986c3538cd7a0c88910067441
  Scenario: Sub Account Page Recent Releases Structure and data
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    When I visit the insights account/34514/subaccount/61171/ page
    Then I can verify recent releases data and structure
    And I can click on recent releases product link
    Then The url contains /product/
    And I visit the insights account/34514/subaccount/61171/?country=US&store=286&period=past7 page
    Then I can verify recent releases data and structure
    And I can click on See All products link on youtube views widget
    Then I can see Products tab is active on the Page
