module OA
  class RelationshipsPage < OA::BasePage
    page_url("/relationships.php")

    link(:master_rights_registry, text: "Master Rights Registry")
    link(:manage_cms_accounts_link, text: "Manage CMS Accounts")
    link(:copy_tracks_tool_link, text: "Copy Tracks Tool")
    select(:generate_xml, name: "generate_location")
    link(:release_approval_link, text: "Release Approval")
    link(:upload_track_licensing_link, text: "Upload Track Licensing & Collections Updates")
    link(:bulk_sales_sheets_generation, text: "Bulk Sales Sheets Generation")
  end
end
