Feature: Content Smoke Test

  @contentSoundRecordings
  @content_prod
  @content
  @production
  @qa_smoke
  @id_b5682ea4e169ba8a2b61259d3b712f8702ee1a957ad3a8c6abafb3f78b23d20c
  Scenario: Validate that content app works
    Given an environment dependent user content_prod for prod or e2e_user for qa for content
    When I log in
    Then I can see that content my catalog page works
    And The my catalog page paginates and displays valid data
    Then I can see that content create page works
    Then I log out
