Feature: Distribution Smoke Test

  @distribution_prod
  @production
  @qa_smoke
  @neighbouringRights
  @distributionNeighbouringRights
  @no-silent-login
  @id_967be6e22cd042ed2bebdb37a562ce9f1b0a9c4536baf36df045f27d5869d279
  Scenario: Validate that distribution app works
    Given an environment dependent user distribution_prod for prod or label_6971 for qa for distribution
    When I log in
    Then I can see that the distribution delivery page works
    Then I can see that the distribution monitor page works
    Then I log out
