@insights_regression
@insights_song
Feature: Song General

  Background: [Regression][Song] General
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    And I visit the insights /song/QMFMF2447055 page

  @IN-13135
  @id_351382698b87fbf2bebab74dda92b540a78ba6e164ea3b38736d29b626070ad1
  Scenario: [Regression][Song] General structure
    Then I can verify page structure on Song page
    And I can verify header data on Song page

  @IN-13136
  @id_e55bef4eb5b66219c3132d6ad81b4798259ebbba77fdaa3184ee975d74602598
  Scenario Outline: [Regression][Song] General - <link> link
    Then I can click on <link> Song page

    Examples:
      | link    |
      | artist  |
      | product |

  @IN-13136
  @id_b518d494168247887ea447d5a3ef91ebb29f1034537f6135e706f1e4cea53174
  Scenario: [Regression][Song] General - tab hover
    Then I can verify account hover on Song page

  @IN-13137
  @id_7e80b9e49bb4023d13780d90646f5f085815d3730c2e06cf4d4adbc789c65e75
  Scenario: [Regression][Song] General - more info
    Then I can verify more info link Song page
    And I can verify share link Song page

  @IN-13154
  @id_62c9478d1234d07f83dda3a2e6db9238d81aee828e62abb2c78cb790d8f59308
  Scenario: [Regression][Song] General - sticky header
    When I can scroll to bottom of the Song page
    Then I can verify sticky header visible Song page
    And I can scroll to top of the Song page
    Then I can verify sticky header not visible Song page
    And I can verify tooltip for icon period Song page
