Feature: Publishing Validate on Production

  @production
  @publishing
  @deprecated
  @id_129d426d15158de06eec305f88cb1a754f17660662d78b86563953959518ce18
  Scenario: Validate that publishing page works
    Given a user from prod visits publishing
    When I log in to publishing
    Then I can see that publishing songs page works
    Then I can see that publishing songwriters page works
    Then I log out of publishing
