@ios
Feature: iOS Product Screen

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

  Scenario: Verify Product Screen
      When I navigate to the products tab
      And Tapping product Hummingbird (Deluxe Version) with id 507082 takes me to the product page
      Then The product header should display correct information for Hummingbird (Deluxe Version)
      And The product tracklist should be displayed

      When I tap Sources at the bottom of the product page
      # TODO: Temporarily commented out due to Data Sources screen rewrite (GO-4123)
      # Then The Data sources page is opened
      # And I should be able to close the Data sources page by tapping the cross icon
