Feature: Content Validate on Production

  @production
  @content_review
  @deprecated
  @id_b5682ea4e169ba8a2b61259d3b712f8702ee1a957ad3a8c6abafb3f78b23d20c
  Scenario: Validate that content app works
    Given a user from prod visits content
    When I log in to content
    Then I can see that content-review my catalog page works
    And The catalog page paginates and displays valid data
    Then I can see that content-review create page works
    Then I log out of content-review
