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/adminFillUsers.feature

29 lines
854 B

Feature: Fill users
Scenario: Create tests users successfully
Given I am a platform administrator
Then I am on "/main/admin/filler.php?fill=users"
And wait very long for the page to be loaded
And wait very long for the page to be loaded
Then I should see "Inserted"
And I should not see an error
Scenario: Login as student user successfully
Given I am a student
Then I should not see an error
Scenario: Login as teacher successfully
Given I am a teacher
Then I should not see an error
Scenario: Login as HRD successfully
Given I am an HR manager
Then I should not see an error
Scenario: Login as student boss successfully
Given I am a student boss
Then I should not see an error
Scenario: Login as invitee successfully
Given I am an invitee
Then I should not see an error