promotion.feature 573 B

123456789101112131415
  1. Feature: Promotions
  2. In order to use the promotion feature
  3. As an administrator
  4. I need to be able to create a promotion
  5. Scenario: Create a Promotion
  6. Given I am a platform administrator
  7. And I am on "/main/admin/promotions.php?action=add"
  8. When I fill in the following:
  9. | name | Promotion 2030 |
  10. And I fill in ckeditor field "description" with "Promotion description"
  11. And I fill in select bootstrap static input "#career_id" select "1"
  12. And I press "submit"
  13. Then I should see "Item added"