@insights_regression
@insights_song
Feature: Song Page Playlist Digest Sort

  Background: Song Page is opened in default state
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    When I visit the insights /song/QMFMF2447070 page
    And I switch to table view for Playlist Digest on Song page

  @IN-12089
  @id_04f7da97b319fe816ef1d98672c85574584390921b4f56ab7a5bc160a222c421
  Scenario: [Regression][Song][Playlist Digest] Table > sorting rules verification. - <view> <column> sorting
    When I can sort by column C M for Playlist Digest on Song page
    Then I can see list of playlists sorted by 28dSong Streams column desc on Playlist Digest on Song page
    And I can export playlists sorted as on Playlist Digest table on Song page
    When I can sort by column Playlist for Playlist Digest on Song page
    Then I can see list of playlists sorted by 28dSong Streams column desc on Playlist Digest on Song page

  @IN-12100
  @id_45fc9dc062234b79144d2867e20845ab11214e77bd6a72c67d9eeb665942b9b1
  Scenario Outline: [Regression][Song][Playlist Digest] Table > sorting rules verification. - sort by <option> column
    And I can sort by column <option> for Playlist Digest on Song page
    Then I can see list of playlists sorted by <option> column <order1> on Playlist Digest on Song page
    And I can sort by column <option> for Playlist Digest on Song page
    Then I can see list of playlists sorted by <option> column <order2> on Playlist Digest on Song page
    Then I can export playlists sorted as on Playlist Digest table on Song page

    Examples:
      | option          | order1 | order2 |
      | Position        | asc    | desc   |
      | Trend           | desc   | asc    |
      | 28dSong Streams | asc    | desc   |
      | Followers       | desc   | asc    |

  @IN-12101
  @id_2cb759d9bdc90da06bb0085cbcdec266eaa1e61df5a2278ff40215ff7a2e9cd3
  Scenario: [Regression][Song][Playlist Digest] Table > sorting rules verification. - switch view
    And I can sort by column Trend for Playlist Digest on Song page
    And I switch to cards view for Playlist Digest on Song page
    Then I switch to table view for Playlist Digest on Song page
    Then I can see list of playlists sorted by Trend column desc on Playlist Digest on Song page
    Then I can export playlists sorted as on Playlist Digest table on Song page
