Feature: Promo Player

  @ows_assets
  @ows_track
  @ows_promo_player
  @frontend_audio_player
  @id_210fa33776c7e08c5d811992fa95bd457c2f24457869d884eaf295e1c3f2a0d4
  Scenario: Creating and editing a Promo Player and verify it looks correct
    Given an orchard employee label_7482 for workstation
    And I log in to workstation silently
    And a Promo Player for vendor 17194's release 470047 with the light skin
    When I go to the Promo Player's page
    Then the Promo Player has the light skin
    When I update the Promo Player to the dark skin
    When I go to the Promo Player's page
    Then the Promo Player has the dark skin

  @ows_assets
  @ows_track
  @ows_promo_player
  @frontend_audio_player
  @wip
  @id_8ce8df64c0efaefee513f0bfaf897432d191bb02411dac5c56b0eaf8949db925
  Scenario: Using the Promo Player's play, pause, next and previous controls
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And a Promo Player for vendor 7123's release 4668547 with the light skin
    When I go to the Promo Player's page
    Then the Promo Player should be on track 1
    And the Promo Player should be paused
    When I press the Promo Player's play button
    Then the Promo Player should be playing
    When I press the Promo Player's pause button
    And the Promo Player should be paused
    When I press the Promo Player's next button
    Then the Promo Player should be on the next track
    And the Promo Player should be playing
    When I press the Promo Player's pause button
    And the Promo Player should be paused
    When I press the Promo Player's previous button
    Then the Promo Player should be on the previous track
    And the Promo Player should be playing
    When I press track 4's play button
    Then the Promo Player should be on track 4
    And the Promo Player should be playing
