Feature: OA Player
  @ows_assets
  @ows_tracks
  @frontend_audio_player
  Scenario: Using player controls switches and plays tracks
    When I am on the AudioPlayer::PlayerPage for the product 470047
    Then the track should be paused
    When I unpause the track
    Then the track should be playing
    When I go to the next track
    Then the track should be Track 2
    And the track should be paused
    When I unpause the track
    Then the track should be playing
    And the track should be Track 2
    When I go to the previous track
    Then the track should be Track 1
    And the track should be paused
