mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-39437 mod_lesson: Expanding form fieldsets before clicking elements
This commit is contained in:
parent
7f8ce0257b
commit
fd70acae15
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ Feature: A teacher can set available from and deadline dates to access a lesson
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Forbidding lesson accesses until a specified date
|
Scenario: Forbidding lesson accesses until a specified date
|
||||||
Given I add a "Lesson" to section "1"
|
Given I add a "Lesson" to section "1"
|
||||||
|
And I expand all fieldsets
|
||||||
And I click on "id_available_enabled" "checkbox"
|
And I click on "id_available_enabled" "checkbox"
|
||||||
And I fill the moodle form with:
|
And I fill the moodle form with:
|
||||||
| Name | Test lesson |
|
| Name | Test lesson |
|
||||||
|
@ -49,6 +50,7 @@ Feature: A teacher can set available from and deadline dates to access a lesson
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Forbidding lesson accesses until a specified date
|
Scenario: Forbidding lesson accesses until a specified date
|
||||||
Given I add a "Lesson" to section "1"
|
Given I add a "Lesson" to section "1"
|
||||||
|
And I expand all fieldsets
|
||||||
And I click on "id_deadline_enabled" "checkbox"
|
And I click on "id_deadline_enabled" "checkbox"
|
||||||
And I fill the moodle form with:
|
And I fill the moodle form with:
|
||||||
| Name | Test lesson |
|
| Name | Test lesson |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue