Feature: Track Builder Search Import
  In order to ensure I can search and import a track
  As a vendor
  I need to verify Track Builder search and import feature

  @ows_search
  @ows_track
  @frontend_distribution
  Scenario: Search and Import multiple tracks
    Given a standalone Workstation label_7123 user
    And I have a new project and digital product for label 7123
    And I am on the Project::DigitalProductTracksPage for the product
    When I search for tracks
    Then valid search results are shown in the grid
    When I import multiple tracks
    Then I can see imported tracks in the tracklist
