@legacy
@oa @smoke_dev
Feature: Manage CMS Accounts
  In order to manage CMSAs
  as a user
  I use the CMSA CRUD interface

  Scenario: Create a CMSA
    Given an OA Technology_manager user
    And I am on the Manage CMS Accounts page
    When I create a CMSA
    Then the CMSA should exist

  Scenario: Edit a CMSA
    Given an OA Technology_manager user
    And I am on the Manage CMS Accounts page
    When I edit a CMSA
    Then the CMSA's timestamp should be updated

  Scenario: Delete CMSAs
    Given an OA Technology_manager user
    And I am on the Manage CMS Accounts page
    Then I delete test CMSAs
