@insights_regression
@insights_search
Feature: Search Most Relevant Results

  Background: Account Page is opened in default state
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently

  @IN-11832
  @id_634325e7c45a69f8abcf2520754dce3dedc4ecc731f45ff99600f25d8473cb7a
  Scenario: [Regression][Search] Search by song name in My Catalog Only - scoring
    And I type so into search box on Search Page in my catalog
    And I can navigate to the Songs tab on the page
    Then Scoring is working correctly on song tab of Search page

  @IN-11872
  @id_91a0c7928ec40bc4e24d5fbe7ee5799920c9b78c9b6b8de29c88982d6fd55f3a
  Scenario: [Regression][Search] Search by song name in My Catalog Only - data verification
    And I type lam into search box on Search Page in my catalog
    And I can navigate to the Songs tab on the page
    Then Songs are displayed correctly on song tab of Search page
    And I click on song name Search page
    Then Song data on search and song pages are consistent

  @IN-11886
  @id_032abd78c9d1d41f2f7ed1ce2f6f983e0af262cfa4203cf4164a53c78e52e026
  Scenario: [Regression][Search] Search by artist name in My Catalog Only - data verification
    And I type yo into search box on Search Page in my catalog
    And I can navigate to the Artists tab on the page
    Then Artists are displayed correctly on artist tab of Search page
