@@ -16,13 +16,13 @@ Feature: Enable category context plugin
1616      | user  | course  | role  | 
1717      | teacher1  | C1  | editingteacher  | 
1818    And  I log in as "admin" 
19-     And  I navigate to "Settings"   node in  "Site administration >  Plugins > Local plugins > Metadata"
19+     And  I navigate to "Plugins > Local plugins > Metadata"  in site administration 
2020    And  I set the field "id_s_metadatacontext_category_metadataenabled"  to "1" 
2121    And  I press "Save changes" 
2222    Then  the field "s_metadatacontext_category_metadataenabled"  matches value "1" 
23-     And  I navigate to "Courses"  node  in "Site  administration" 
23+     And  I navigate to "Courses"  in site  administration
2424    Then  I should see "Category metadata" 
25-     And  I navigate to "Category metadata"  node  in "Site  administration > Courses" 
25+     And  I navigate to "Courses >  Category metadata"  in site  administration
2626    Then  I should see "Category metadata" 
2727    And  I should see "Create a new profile field:" 
2828    And  I should see "Create a new profile category" 
@@ -36,9 +36,9 @@ Feature: Enable category context plugin
3636    Then  I should see "Category metadata" 
3737    And  I should see "Creation date" 
3838
39-     And  I navigate to "Courses"  node  in "Site  administration" 
39+     And  I navigate to "Courses"  in site  administration
4040    And  I press "Blocks editing on" 
41-     And  I navigate to "Manage courses and categories"  node  in "Site  administration > Courses" 
41+     And  I navigate to "Courses >  Manage courses and categories"  in site  administration
4242    Then  I should see "Miscellaneous" 
4343    And  I add the "Administration"  block
4444    And  I follow "Edit this category" 
@@ -54,7 +54,7 @@ Feature: Enable category context plugin
5454    And  I press "Save changes" 
5555    And  I should see "Metadata saved" 
5656
57-     And  I navigate to "Manage courses and categories"  node  in "Site  administration > Courses" 
57+     And  I navigate to "Courses >  Manage courses and categories"  in site  administration
5858    And  I follow "Edit this category" 
5959    And  I follow "Category metadata" 
6060    Then  I should see "Creation date" 
0 commit comments