mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
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:
parent
941a29925e
commit
ecd569f942
18 changed files with 332 additions and 332 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue