mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 17:40:26 +01:00
MDL-54940 behat: use the fixed step
This commit is contained in:
parent
3ceaea2638
commit
a48f2d3d90
@ -41,15 +41,13 @@ Feature: Sections can be edited and deleted in topics format
|
||||
Then I should see "Use default section name [Topic 2]"
|
||||
|
||||
Scenario: Edit section summary in topics format
|
||||
When I edit the section "2"
|
||||
And I set the following fields to these values:
|
||||
When I edit the section "2" and I fill the form with:
|
||||
| Summary | Welcome to section 2 |
|
||||
And I press "Save changes"
|
||||
Then I should see "Welcome to section 2" in the "li#section-2" "css_element"
|
||||
|
||||
Scenario: Edit section default name in topics format
|
||||
When I edit the section "2"
|
||||
And I set the following fields to these values:
|
||||
When I edit the section "2" and I fill the form with:
|
||||
| Use default section name | 0 |
|
||||
| name | This is the second topic |
|
||||
And I press "Save changes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user