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

@ -64,7 +64,7 @@ Feature: Enable Block Badges in a course
When I add the "Latest badges" block
And I configure the "Latest badges" block
And I set the following fields to these values:
| id_config_numberofbadges | 1 |
| Number of latest badges to display | 1 |
And I press "Save changes"
Then I should see "Badge 2" in the "Latest badges" "block"
And I should not see "Badge 1" in the "Latest badges" "block"