Feature: Collaborators Smoke Test

  @collaborators_prod
  @production
  @collaborators
  @qa_smoke
  @id_6727ec985b61ce24adff33036a3bc6dc829b7b1cee7027129d3f483a5628ccce
  Scenario: Validate that collaborators pages work
    Given an environment dependent user collaborators_prod for prod or collaborators_test for qa for collaborators
    When I log in
    Then I can see that collaborators home page works
    Then I can see that collaborators my catalog page works
    Then I can see that collaborators reports page works
    Then I can see that collaborators payments page works
    Then I can see that collaborators statements page works
    Then I log out
