Skill : [Minor] adding extra behat tests for funcionnality not ready yet and to be completed

pull/3939/head
NicoDucou 3 years ago
parent 9cfe3607ce
commit 09d8d431cb
  1. 12
      tests/behat/features/skill.feature

@ -79,3 +79,15 @@ Feature: Skills
Then I should see "To assign a new skill to this user, click here"
Then I should see "The skill skill11 has been assigned to user John Doe"
# The following scenario need to be completed once the funcionality is ready
# Scenario: View assign skill
# Given I am a platform administrator
# And I am on "/badge/3/user/1"
# Then I should see "..."
#
# The following scenario need to be completed once the funcionality is ready
# Scenario: Set a badge to a skill
# Given I am a platform administrator
# And I am on "main/admin/skill_list.php"
# Then I should see "skill11"
# Then I follow "Create badge"

Loading…
Cancel
Save