@production
@workstation_prod
Feature: Workstation Smoke Test

  Background: Log in to Workstation
    Given an environment dependent user workstation_prod for prod or label_15063_admin for qa for workstation
    And I log in

  @workstation
  @qa_smoke
  @ows_store
  @id_5d94565b886b8fd248ad2920fd8e6e27d493a27db7272fdcfdd86ef698230b90
  Scenario: Validate that catalog page works
    Then I see that the workstation header works
    Then I see that the workstation footer works
    Then I see that the workstation home page works
    When I navigate to engagement workstation page
    Then I see that the workstation engagement page works
    When I navigate to physical reporting workstation page
    Then I see that the workstation physical reporting page works
    When I navigate to catalog workstation page
    Then I see that the workstation catalog page works
    When I look for releases in workstation catalog matching the term "dance"
    Then I should see "dance" in the workstation catalog results

  @workstation
  @qa_smoke
  @frontend_feature_fm
  @id_aca425cfdae1258311cae8850ac313a198b99691865dedaedbc1df06386002b3
  Scenario: Validate that Marketing page works
    When I navigate to feature fm workstation page
    Then I see that the workstation feature fm app loads

  #    Prod CONFIG_ENV only
  @id_bfab9c3640f1fa7747502b853d1fab285242ef2183f7899d638e63fc8d472621
  Scenario: Validate that physical product builder works
    When I am on the physical product details page for the project: 5496852, product: 4474543
    Then The physical product builder works

  #    Prod CONFIG_ENV only
  @id_d4d47f517c33894f0e982368bbd51a43fc97aabd70571fca7fe20c981c12e9b7
  Scenario: Validate that digital product builder works
    When I am on the digital product overview page for the project: 3699602, product: 2037566
    Then The digital product builder works
    Then I log out of workstation
