Feature: Songwhip App Smoke Tests

  @deprecated
  @songwhip_app
  @smoke
  @id_80b03714ed656fb71533917d7014fef85c592ecd237bd435adcbc3afd40e695e
  Scenario: Validate songwhip app main functionality
    Given a user from songwhip-staging 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
  @songwhip_app
  @smoke
  @id_cd4a66e08132201982c11cc5cf8b021ca4c0e0e6284194456ef567438d7d4af6
  Scenario: Validate that songwhip presave link works
    When I visit songwhip page "/fadi/do-not-delete-or-update-qaa-presave-page-for-smoke-testing"
    Then I see "Fadi" artist on songwhip page
    And I see "DO NOT DELETE OR UPDATE - QAA Pre-save page for smoke testing" title on songwhip page
    And I see service links on songwhip page: amazon, apple, deezer, spotify
