@legacy
@oa
Feature: OA DMS Customer Master
  To ensure I can edit a DMS in OA
  As a technology manager
  I need to verify that the edit customer master page works

  @id_c868d166a5a732638ff8e8318485d113d88117aedfefe84a9681ed9836e425aa
  Scenario: Correct fields displayed when toggling audio delivery options
    Given an orchard employee cypress_manager_2 visits OA
    And I log in to OA
    When I visit the edit customer master page for DMS 419
    When I toggle the audio delivery option and save
    Then I see the updated audio delivery option on the dms page after saving

  @id_20c105d3e75af11aabc895dbc7a00641e8bf0f9664c14f1947cff727a6e79b1e
  Scenario: Add DMS Spec
    Given an orchard employee cypress_manager_2 visits OA
    And I log in to OA
    When I visit the customer master page for DMS 368
    And DMS has no specs
    When I add a new image spec
    Then I should see the newly added Spec on the view customer master page and on the edit popup

  @id_01fe31da053cf8f29c6bfbc3ba873222a9bd115e68dab78ad8b9c0fcf9714db4
  Scenario: Edit DMS Server
    Given an orchard employee cypress_manager_2 visits OA
    And I log in to OA
    When I visit the customer master page for DMS 368
    When I edit existing server and save
    Then I should see the updated server on the view customer master page and on the edit popup
