@deprecated
Feature: Collaborators Validate on Production

  @production
  @collaborators
  @deprecated
  @id_6727ec985b61ce24adff33036a3bc6dc829b7b1cee7027129d3f483a5628ccce
  Scenario: Validate that collaborators page works
    Given a user from prod visits collaborators
    When I log in to collaborators
    Then I can see that collaborators home 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 of collaborators
