Feature: Songwhip validate on production

  @deprecated
  @production
  @songwhip_app
  @id_3d466d907e3fa18dc7cb32d96c640b8d9f4d52001f852c536eb8b32c14d1077e
  Scenario: Validate that songwhip app works
    Given a user from songwhip-prod visits songwhip
    When I log in to songwhip
    Then I should see the songwhip create home page
    When I open the songwhip dashboard page
    Then I should see the songwhip dashboard
    When I open the songwhip account page
    Then I should see the songwhip account page elements
    When I open the songwhip sidebar
    Then I should see songwhip sidebar navigation links
    When I close the songwhip sidebar
    When I open the songwhip create home page
    When I start creating a songwhip presave
    Then I should see the songwhip artist selection stage

  @deprecated
  @production
  @songwhip_app
  @id_3882017828d2cd888c921b39f1d23dc4475deed7d397576066a5117a5e939682
  Scenario: Validate that songwhip presave link works
    When I visit songwhip page "/wolfgang-amadeus-mozart/do-not-delete-or-update-qaa-presave-page-smoke-testing"
    Then I see "Wolfgang Amadeus Mozart" artist on songwhip page
    And I see "DO NOT DELETE OR UPDATE - QAA Pre-save page smoke testing" title on songwhip page
    And I see service links on songwhip page: amazon, apple, deezer, spotify
