@insights
Feature: Insights Catalog Page

  @catalog
  @id_a249c1a8aac24de2012145824aaa87e0a85376f8bc04ee13ba9a8750c72ac2cc
  Scenario: Catalog Page - visit product tab in catalog page
    Given a user from single_label for Insights
    When I log in to Insights silently
    Then I can navigate to My Catalog
    Then I can navigate to the Products tab on the page
    And I can see My Catalog page with the products table

  @id_9e8fd94bde7b133bfecddc7f4daae54360ef26e2807a652ba83e4687316d0dc8
  Scenario: Catalog Page - user with multiple accounts
    Given an orchard employee recents_user for Insights
    When I log in to Insights silently
    When I can navigate to the Videos tab on the page
    Then I can see My Catalog page with the videos table
    When I can navigate to the YouTube Channels tab on the page
    Then I can see My Catalog page with the channels table

  @id_8fa3289acc76f0a4ff18983db215d2cfa12aeb348492807eeba1f248e1fb9746
  Scenario: Catalog Page - No labels no accounts tab
    Given an orchard employee user_profile for Insights
    When I log in to Insights silently
    Then I cannot see Accounts tab on the page
    When I can navigate to My Catalog
    And I can navigate to the Songs tab on the page
