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

  Scenario: Correct fields displayed when toggling audio delivery options
    Given an OA Technology_manager user
    And I am on the OA::EditCustomerMasterPage 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

  Scenario: Add DMS Spec
    Given an OA Technology_manager user
    And I am on the OA::ViewCustomerMasterPage 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

  Scenario: Edit DMS Server
    Given an OA Technology_manager user
    And I am on the OA::ViewCustomerMasterPage 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
