From 017f8ff6bfae1957b76feab7bf450ebebbdd3c76 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 29 Jul 2022 10:33:59 +0800 Subject: [PATCH] MDL-74211 behat: replace steps to use new categories page type --- question/tests/behat/move_question_categories.feature | 8 ++++---- question/tests/behat/question_categories.feature | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/question/tests/behat/move_question_categories.feature b/question/tests/behat/move_question_categories.feature index d34e9797fd3..914d353459f 100644 --- a/question/tests/behat/move_question_categories.feature +++ b/question/tests/behat/move_question_categories.feature @@ -21,8 +21,8 @@ Feature: A teacher can move question categories in the question bank And I am on "Course 1" course homepage Scenario: A question category can be moved to another context - When I follow "Test quiz" - And I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page + And I follow "Add category" And I set the following fields to these values: | Name | Test category | | Parent category | Top for Test quiz | @@ -31,8 +31,8 @@ Feature: A teacher can move question categories in the question bank Then I should see "Test category" in the "//div[contains(concat(' ', normalize-space(@class), ' '), ' questioncategories ') and contains(concat(' ', normalize-space(@class), ' '), ' contextlevel50 ')]" "xpath_element" Scenario: A question category can be moved to top level - When I follow "Test quiz" - And I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page + And I follow "Add category" And I set the following fields to these values: | Name | Test category | | Parent category | Default for Test quiz | diff --git a/question/tests/behat/question_categories.feature b/question/tests/behat/question_categories.feature index fbcba7531f1..8968943e541 100644 --- a/question/tests/behat/question_categories.feature +++ b/question/tests/behat/question_categories.feature @@ -24,10 +24,9 @@ Feature: A teacher can put questions in categories in the question bank | questioncategory | qtype | name | questiontext | | Used category | essay | Test question to be moved | Write about whatever you want | And I log in as "teacher1" - And I am on "Course 1" course homepage Scenario: A new question category can be created - When I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page And I set the following fields to these values: | Name | New Category 1 | | Parent category | Top | @@ -39,7 +38,7 @@ Feature: A teacher can put questions in categories in the question bank And "New Category 1 [newcatidnumber]" "option" should exist in the "Parent category" "select" Scenario: A question category can be edited - When I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page And I click on "Edit this category" "link" in the "Subcategory" "list_item" And the field "parent" matches value "   Default for C1" And I set the following fields to these values: @@ -50,12 +49,12 @@ Feature: A teacher can put questions in categories in the question bank And I should see "I was edited" in the "New name" "list_item" Scenario: An empty question category can be deleted - When I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page And I click on "Delete" "link" in the "Subcategory" "list_item" Then I should not see "Subcategory" Scenario: An non-empty question category can be deleted if you move the contents elsewhere - When I navigate to "Question bank > Categories" in current page administration + When I am on the "Course 1" "core_question > course question categories" page And I click on "Delete" "link" in the "Used category" "list_item" And I should see "The category 'Used category' contains 1 questions" And I press "Save in category" @@ -86,3 +85,4 @@ Feature: A teacher can put questions in categories in the question bank And the field "Select a category" matches value "      Subcategory (1)" And the "Select a category" select box should contain "Used category" And the "Select a category" select box should not contain "Used category (1)" +