Feature: OA Player

  @ows_assets
  @ows_track
  @frontend_audio_player
  @wip
  @id_d05b211147ee4a5217cd82b8e0d26b9f8591a42b8fe71f2b0c69754acd8015d1
  Scenario: Using player controls switches and plays tracks
    Given an orchard employee label_7482 for workstation
    And I log in to workstation silently
    Given I am on the promo-player audio player page
    Then the track name should be Track 1
    When I go to the next track
    Then the track name should be Track 2
    And the track should be paused
    When I go to the previous track
    Then the track name should be Track 1
    And the track should be paused
    When I unpause the track
    Then the track should be playing
