Línea 116... |
Línea 116... |
116 |
And I navigate to "Appearance > Manage tags" in site administration
|
116 |
And I navigate to "Appearance > Manage tags" in site administration
|
117 |
And I click on "Change searchable" "link" in the "Hobbies" "table_row"
|
117 |
And I click on "Change searchable" "link" in the "Hobbies" "table_row"
|
118 |
And I click on "Site pages" "list_item" in the "Navigation" "block"
|
118 |
And I click on "Site pages" "list_item" in the "Navigation" "block"
|
119 |
And I click on "Tags" "link" in the "Navigation" "block"
|
119 |
And I click on "Tags" "link" in the "Navigation" "block"
|
120 |
And "Select tag collection" "select" should not exist
|
120 |
And "Select tag collection" "select" should not exist
|
- |
|
121 |
|
- |
|
122 |
Scenario: Making default tag collection not searchable
|
- |
|
123 |
Given the following "courses" exist:
|
- |
|
124 |
| fullname | shortname | tags |
|
- |
|
125 |
| C1 | C1 | cats,dogs |
|
- |
|
126 |
And I visit "/tag/search.php"
|
- |
|
127 |
Then I should see "cats"
|
- |
|
128 |
Then I should see "dogs"
|
- |
|
129 |
And I navigate to "Appearance > Manage tags" in site administration
|
- |
|
130 |
When I click on "Change searchable" "link" in the "Default collection" "table_row"
|
- |
|
131 |
And I visit "/tag/search.php"
|
- |
|
132 |
Then I should not see "cats"
|
- |
|
133 |
Then I should not see "dogs"
|