Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/tests/behat/features/promotion.feature

15 lines
571 B

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