@production
@deprecated
@workstation_prod
Feature: Workstation Validate Production

  Background: Log in to Workstation
    Given a user from prod visits workstation
    When I log in to Workstation

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

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

  @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

  @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
