@android
Feature: Android Profile Screen

  Background:
      Given a valid test user
      Given I login to the android app

  Scenario: Verify Profile Screen
      Given I am on the home tab
      When I navigate to the profile screen
      Then All expected labels and buttons should be present and correct
      When I tap on the Privacy Policy button
      Then I should be navigated to the Privacy Policy website
      When I tap on the Terms and Conditions button
      Then I should be navigated to the Terms and Conditions website
      When I tap on the Notifications button and choose Songs in My Favorites
      Then The screen should display Recommended Songs
