__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
declare(strict_types=1);
// NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php.
require_once(__DIR__ . '/../../../../lib/behat/behat_base.php');
/**
* Behat step definitions for Course format
*
* @package core_courseformat
* @copyright 2023 Mikel MartÃn <mikel@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class behat_courseformat extends behat_base {
/**
* Return the list of partial named selectors
*
* @return behat_component_named_selector[]
*/
public static function get_partial_named_selectors(): array {
return [
new behat_component_named_selector('Activity completion', [
".//*[@data-activityname=%locator%]//*[@data-region='completionrequirements']",
]),
new behat_component_named_selector('Activity groupmode', [
".//*[@data-activityname=%locator%]//*[@data-region='groupmode']",
]),
new behat_component_named_selector('Activity visibility', [
".//*[@data-activityname=%locator%]//*[@data-region='visibility']",
]),
new behat_component_named_selector('Activity icon', [
".//*[@data-activityname=%locator%]//*[@data-region='activity-icon']",
]),
new behat_component_named_selector('Section visibility', [
".//*[@data-sectionname=%locator%]//*[@data-region='sectionvisibility']",
]),
new behat_component_named_selector('Section actions menu', [
".//*[@data-sectionname=%locator%]//*[@data-for='section_title']//*[@data-region='sectionactionsmmenu']",
]),
];
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| activity_groupmode.feature | File | 7.3 KB | 0777 |
|
| activity_icon_tooltip.feature | File | 2.6 KB | 0777 |
|
| activity_visibility.feature | File | 4.46 KB | 0777 |
|
| behat_courseformat.php | File | 2.4 KB | 0777 |
|
| bulk_activity_actions.feature | File | 10.96 KB | 0777 |
|
| bulk_section_actions.feature | File | 13.41 KB | 0777 |
|
| bulk_select.feature | File | 13.2 KB | 0777 |
|
| bulk_show_one_section_actions.feature | File | 5.8 KB | 0777 |
|
| content_preferences.feature | File | 4.33 KB | 0777 |
|
| course_courseindex.feature | File | 22.65 KB | 0777 |
|
| course_manageactivities.feature | File | 3.57 KB | 0777 |
|
| courseindex_completion.feature | File | 10.38 KB | 0777 |
|
| courseindex_keyboardnav.feature | File | 5.02 KB | 0777 |
|
| courseindex_language.feature | File | 1.46 KB | 0777 |
|
| coursepage_completion.feature | File | 10.77 KB | 0777 |
|
| duplicate_section.feature | File | 2.01 KB | 0777 |
|
| movecm_keyboard.feature | File | 4.58 KB | 0777 |
|
| movesection_keyboard.feature | File | 2.45 KB | 0777 |
|
| section_page.feature | File | 6.58 KB | 0777 |
|
| section_visibility.feature | File | 5.47 KB | 0777 |
|