X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/tests/behat
home
/
cbholdings
/
pasukulu
/
lib
/
tests
/
behat
/
📁
..
📄
action_menu.feature
(1.11 KB)
📄
action_modal.feature
(2.06 KB)
📄
alpha_chooser.feature
(21.59 KB)
📄
behat_accessibility.php
(7.72 KB)
📄
behat_action_menu.php
(8.14 KB)
📄
behat_data_generators.php
(9.71 KB)
📄
behat_deprecated.php
(2.1 KB)
📄
behat_filters.php
(2.95 KB)
📄
behat_forms.php
(32.45 KB)
📄
behat_general.php
(97.03 KB)
📄
behat_hooks.php
(33.02 KB)
📄
behat_moodlenet.php
(2.03 KB)
📄
behat_navigation.php
(61.41 KB)
📄
behat_permissions.php
(12.62 KB)
📄
behat_transformations.php
(5.56 KB)
📄
datetime_any.feature
(4.24 KB)
📄
enabledashboard.feature
(846 B)
📄
expand_single_fieldset.feature
(697 B)
📄
largeforms.feature
(2.67 KB)
📄
locking.feature
(8.55 KB)
📄
min_max_version.feature
(1018 B)
📄
moodlenet_outbound.feature
(3.98 KB)
📄
permissionmanager.feature
(3.62 KB)
📄
readonlyform.feature
(1.7 KB)
📄
securelayout.feature
(1.68 KB)
📄
showuseridentity.feature
(4.26 KB)
📄
switch_editing_mode.feature
(2.72 KB)
📄
timezone.feature
(431 B)
📄
userfeedback.feature
(2.18 KB)
Editing: userfeedback.feature
@core Feature: Gathering user feedback In order to facilitate data collection from as broad a sample of Moodle users as possible As Moodle HQ We should add a link within Moodle to a permanent URL on which surveys will be placed Scenario: Users should see a feedback link on footer when the feature is enabled Given the following config values are set as admin: | enableuserfeedback | 1 | When I log in as "admin" Then I should see "Give feedback" in the "page-footer" "region" Scenario: Users should not see a feedback link on footer when the feature is disabled Given the following config values are set as admin: | enableuserfeedback | 0 | When I log in as "admin" Then I should not see "Give feedback" in the "page-footer" "region" Scenario: Visitors should not see a feedback link on footer when they are not logged in Given the following config values are set as admin: | enableuserfeedback | 1 | When I am on site homepage Then I should not see "Give feedback" in the "page-footer" "region" @javascript Scenario: Users should not see the notification after they click on the remind me later link Given the following config values are set as admin: | enableuserfeedback | 1 | | userfeedback_nextreminder | 2 | | userfeedback_remindafter | 90 | When I log in as "admin" And I follow "Dashboard" And I click on "Remind me later" "link" And I reload the page Then I should not see "Give feedback" in the "region-main" "region" And I should not see "Remind me later" in the "region-main" "region" @javascript Scenario: Users should not see the notification after they click on the give feedback link Given the following config values are set as admin: | enableuserfeedback | 1 | | userfeedback_nextreminder | 2 | | userfeedback_remindafter | 90 | When I log in as "admin" And I follow "Dashboard" And I click on "Give feedback" "link" And I close all opened windows And I reload the page Then I should not see "Give feedback" in the "region-main" "region" And I should not see "Remind me later" in the "region-main" "region"
Upload File
Create Folder