Feature: Publishing Smoke Test

  @production
  @publishing_prod
  @publishing
  @qa_smoke
  @id_129d426d15158de06eec305f88cb1a754f17660662d78b86563953959518ce18
  Scenario: Validate that publishing page works
    Given an environment dependent user publishing_prod for prod or e2e_user for qa for publishing
    When I log in
    Then I can see that publishing songs page works
    Then I can see that publishing songwriters page works
    Then I log out
