MDL-74553 blocks: do not refer to form fields by id

This is not compatible with the dynamic forms and random ids
This commit is contained in:
Marina Glancy 2022-04-22 17:48:04 +02:00
parent 941a29925e
commit ecd569f942
18 changed files with 332 additions and 332 deletions

View file

@ -113,7 +113,7 @@ Feature: Students can use the recent blog entries block to view recent entries o
And I follow "Test assignment 1"
And I configure the "Recent blog entries" block
And I set the following fields to these values:
| id_config_numberofrecentblogentries | 2 |
| config_numberofrecentblogentries | 2 |
And I press "Save changes"
And I should see "S1 Fourth Blog"
And I should see "S1 Fifth Blog"

View file

@ -101,7 +101,7 @@ Feature: Students can use the recent blog entries block to view recent entries o
And I am on "Course 1" course homepage with editing mode on
And I configure the "Recent blog entries" block
And I set the following fields to these values:
| id_config_numberofrecentblogentries | 2 |
| config_numberofrecentblogentries | 2 |
And I press "Save changes"
And I should see "S1 Fourth Blog"
And I should see "S1 Fifth Blog"

View file

@ -94,7 +94,7 @@ Feature: Feature: Students can use the recent blog entries block to view recent
And I turn editing mode on
And I configure the "Recent blog entries" block
And I set the following fields to these values:
| id_config_numberofrecentblogentries | 2 |
| config_numberofrecentblogentries | 2 |
And I press "Save changes"
And I should see "S1 Fourth Blog"
And I should see "S1 Fifth Blog"