@legacy
@verify_react_workstation
Feature: React Workstation

  Scenario: React Workstation header works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactHomePage
    Then I see that the header works

  Scenario: React Workstation footer works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactHomePage
    Then I see that the footer works

  @wip
  Scenario: React Homepage top tracks works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactHomePage
    Then I see that the top tracks component works

  Scenario: React Catalog page works
    Given a Workstation react_homepage_flow_2_15063 user
    When I navigate to Catalog, Catalog using the top nav
    Then I see that the catalog page works

  Scenario: React Engagement page works
    Given a Workstation react_homepage_flow_2_15063 user
    When I navigate to Analytics, Engagement using the top nav
    Then I see that the engagement page works

  Scenario: React Audience page works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactAudiencePage
    Then I see that the audience page works

  Scenario: React Physical Reporting page works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactPhysicalReportingPage
    Then I see that the physical reporting page works

  Scenario: React Comparison Tool page works
    Given a Workstation react_homepage_flow_2_15063 user
    And I am on the ReactWorkstation::ReactComparisonToolPage
    Then I see that the comparison tool page works
