@insights_regression
@insights_brands
@IN-12844
Feature: Brand Icons

  Background: [Regression] Brand Icons
    Given an orchard employee insightsemployee for insights
    And I log in

  @id_6da9b190176e129feb81fceedf1d963a700547a860513978a0bef85147e9d22e
  Scenario Outline: [Regression][Brands] My Catalog > <tab> tab > <column>
    When I can navigate to My Catalog
    And I navigate to the <tab> tab on the page
    And I can see My Catalog page with the <table> table
    Then I can see brands in <column> column - My Catalog

    Examples:
      | tab      | table    | column     |
      | Accounts | accounts | 1st column |
      | Products | products | Account    |
      | Artists  | artists  | Account    |

  @id_495a26f9c65c6161003a398854a557778dd3f1ca0e3a819bc5f73084fd743f1d
  Scenario Outline: [Regression][Brands] Search > <tab> tab > Account column
    When I can navigate to Search
    And I search for co term
    And I navigate to the <tab> tab on the page
    Then I can see brand icons in Account on the Search page

    Examples:
      | tab              |
      | Songs            |
      | Artists          |
      | Products         |
      | Videos           |
      | YouTube Channels |

  @donotfail
  @id_d5489681b8e76cb79ab845511a65d679f532b56bf359c496f9d62d99c9781e70
  Scenario Outline: [Regression][Brands] Chart > <chart_url> > No Named column with brand icons
    When I visit the insights /chart/<chart_url> page
    Then I see a chart table is loaded
    And I can see brand icons on the Chart page

    Examples:
      | chart_url                          |
      | tiktok_track_weekly_default        |
      | spotify_track_daily_viral          |
      | soundcloud_track_daily_top         |
      | shazam_track_daily_default         |
      | recochoku_track_weekly_single      |
      | linemusic_track_daily_top_100      |
      | deezer_track_daily_default         |
      | applemusic_track_daily_default     |
      | amazon_track_daily_rap_and_hip-hop |

  @id_86550453dfdc43ffe0a83e14cdd537bb2611a146d07799f41c7b893a50a56680
  Scenario Outline: [Regression][Brands] <page> page header
    When I visit the insights <url> page
    Then I can see brands in the header on <page> page

    Examples:
      | page    | url                                           |
      | Account | /account/26760/                               |
      | Song    | /song/QM6MZ2214888/                           |
      | Artist  | /artist/6dd8cfb5-9c39-49ed-bc62-04d3d8c56faf/ |
      | Product | /product/197190137897/                        |
