@workstation
@qa_smoke
Feature: Workstation Modules Smoke Test

  @frontend_distribution
  @ows_product_digital
  @id_261c2a075bd6e671438f37ad9a7d68310fcfec87a84aa3d646fab5a650900fa6
  Scenario: Validate that the distribution product builder pages load and navigate
    Given an orchard employee label_7123_admin for workstation
    And I log in
    When I navigate to projects list workstation page
    Then I see that the workstation projects list page works
    When I am on the digital product overview page for the product 2079182
    Then I see that the workstation digital product overview page works
    When I go to the digital product basics section
    Then I see that the workstation digital product basics page works
    When I am on the digital product overview page for the product 2079182
    And I go to the digital product tracks section
    Then I see that the workstation digital product tracks page works

  @frontend_audience_page
  @id_83670e9fdf8e63f7ebf06c8c6a545e5495cf546eb892fc2eb21a0461beeafc55
  Scenario: Validate that the audience page loads
    Given an orchard employee label_15063_admin for workstation
    And I log in
    When I navigate to audience workstation page
    Then I see that the workstation audience page works
