From 09d8d431cb6f7ec17603254a6aac8a11f0ed7671 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Fri, 23 Jul 2021 13:16:33 +0200 Subject: [PATCH] Skill : [Minor] adding extra behat tests for funcionnality not ready yet and to be completed --- tests/behat/features/skill.feature | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/behat/features/skill.feature b/tests/behat/features/skill.feature index 5d4287543c..5edc2bc0d2 100644 --- a/tests/behat/features/skill.feature +++ b/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"