@ios
Feature: iOS Profile Screen - Terms & Conditions

  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 Terms and Conditions navigation
      When I navigate to the profile screen
      Then All expected labels and buttons should be present and correct
      When I tap on the Terms and Conditions button
      Then I should be navigated to the Terms and Conditions website
