__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@core @javascript @core_form
Feature: hideIf functionality in forms
For forms including hideIf functions
As a user
If I trigger the hideIf condition then the form elements will be hidden
Background:
Given the following "courses" exist:
| fullname | shortname |
| Course 1 | C1 |
And I log in as "admin"
Scenario: When 'eq' hideIf conditions are not met, the relevant elements are shown
When I add an assign activity to course "Course 1" section "1"
And I expand all fieldsets
And I set the field "Students submit in groups" to "Yes"
Then I should see "Require group to make submission"
And I should see "Require all group members submit"
And I should see "Grouping for student groups"
Scenario: When 'eq' hideIf conditions are met, the relevant elements are hidden
When I add a assign activity to course "Course 1" section "1"
And I expand all fieldsets
And I set the field "Students submit in groups" to "No"
Then I should not see "Require group to make submission"
And I should not see "Require all group members to submit"
And I should not see "Grouping for student groups"
Scenario: The editor is hidden when 'eq' hideIf conditions are met
Given I am on fixture page "/lib/form/tests/behat/fixtures/editor_hideif_disabledif_form.php"
And I should see "My test editor"
When I click on "Hide" "radio"
Then I should not see "My test editor"
Scenario: The static element is hidden when 'eq' hideIf conditions are met
Given I am on fixture page "/lib/form/tests/behat/fixtures/static_hideif_disabledif_form.php"
And I should see "Static with form elements"
When I click on "Hide" "radio"
Then I should not see "Static with form elements"
And I click on "Enable" "radio"
And I should see "Static with form elements"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fixtures | Folder | 0777 |
|
|
| autocomplete.feature | File | 3.93 KB | 0777 |
|
| behat_core_form.php | File | 3.29 KB | 0777 |
|
| choicedropdown.feature | File | 1.74 KB | 0777 |
|
| dates.feature | File | 4.71 KB | 0777 |
|
| disabledif.feature | File | 1.68 KB | 0777 |
|
| graderescale_for_database_pointscale.feature | File | 2.2 KB | 0777 |
|
| graderescale_for_forum_pointscale.feature | File | 1.82 KB | 0777 |
|
| graderescale_for_glossary_pointscale.feature | File | 1.99 KB | 0777 |
|
| graderescale_for_lesson_pointscale.feature | File | 1.83 KB | 0777 |
|
| hideif.feature | File | 1.81 KB | 0777 |
|
| modgrade_validation.feature | File | 7.05 KB | 0777 |
|
| repeat_defaults.feature | File | 2.09 KB | 0777 |
|