@ios
Feature: iOS Profile Screen - Privacy Policy

  Background:
      Given a valid test user
      Given I login to the ios app
      Given I can see the catalog screen

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