@ios
Feature: iOS Language Switching

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

  @language
  Scenario: Verify Profile Screen Language Switching
      Given I am on the home tab
      When I navigate to the profile screen
      And I select a random language different from the current one
        Then The My Catalog screen should be displayed in the selected language
      When I navigate to the My Favorites screen
        Then The My Favorites screen should be displayed in the selected language
      When I restart the app
        Then The My Catalog screen should be displayed in the selected language
      When I navigate to the profile screen
      And I revert the app language to the default
        Then The My Catalog screen should be displayed in the default language