Feature: Cloud Search Benchmarking
  Measure how long it takes for the production ETL to update after a release or artist is changed.
  This is useful for benchmarking changes to the cloudsearch ETL process.

  Scenario: Benchmark ETL timing - edit release
    Given I am logged in to OA on production with personal credentials
    When I update a release title with a unique string
    Then The ETL endpoint returns the updated name

  Scenario: Benchmark ETL timing - edit artist
    Given I am logged in to OA on production with personal credentials
    When I update an artist name with a unique string
    Then The ETL endpoint returns the updated name
