░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/mod/url/tests/behat
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: url_variables.feature
@mod @mod_url Feature: Manage URL variables In order to maintain privacy for URLs As a teacher I need to be able to manage URL variables safely Background: Given the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | @javascript Scenario: Disabling URL variables hides Role names as URL variables check box Given the following config values are set as admin: | allowvariables | 1 | url | And I log in as "admin" And I navigate to "Plugins > Activity modules > URL" in site administration When I click on "Allow URL variables" "checkbox" Then I should not see "Role names as URL variables" And I click on "Allow URL variables" "checkbox" And I should see "Role names as URL variables" Scenario: Disable the use of URL variables Given the following config values are set as admin: | allowvariables | 0 | url | When I log in as "admin" And I add a url activity to course "Course 1" section "1" Then I should not see "URL variables" Scenario: Enable the use of URL variables without role names Given the following config values are set as admin: | allowvariables | 1 | url | | rolesinparams | 0 | url | When I log in as "admin" And I add a url activity to course "Course 1" section "1" Then I should see "URL variables" And I should see "Full site name" in the "id_variable_0" "select" But I should not see "Roles" in the "id_variable_0" "select" Scenario: Enable the use of URL variables with role names Given the following config values are set as admin: | allowvariables | 1 | url | | rolesinparams | 1 | url | When I log in as "admin" And I add a url activity to course "Course 1" section "1" Then I should see "URL variables" And I should see "Full site name" in the "id_variable_0" "select" And I should see "Your word for 'Student'" in the "id_variable_0" "select"
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 display_url.feature
FEATURE
4.2 KB
2026-02-11 01:44
EDIT
📄 url_activity_completion.feature
FEATURE
10.7 KB
2026-02-11 01:44
EDIT
📄 url_variables.feature
FEATURE
1.9 KB
2026-02-11 01:44
EDIT