Feature: Distribution suite app on Production

  @production
  @distribution
  @deprecated
  @id_967be6e22cd042ed2bebdb37a562ce9f1b0a9c4536baf36df045f27d5869d279
  Scenario: Validate that distribution app works
    Given a user from prod visits distribution
    When I log in to distribution
    Then I can see that distribution deliver page works
    Then I can see that distribution monitor page works
    Then I log out of distribution
