-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.3, 3.6.6, 3.7.2
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-65493-master -
This is a follow up of MDL-65447 where, successfully, we were able to prevent some random (and annoying) testing failures to happen in BS4 themes.
This is about to apply a similar (if possible) solution to BS2 under MOODLE_36_STABLE to stop getting the randoms there. Right now we are getting them.
Just updating this to document the 3 different type of failures detected so far, namely: Send message to starred, star and unstar.
Scenario: Send a message to a starred conversation # /var/www/html/message/tests/behat/message_send_messages.feature:44
|
And I select "Group 1" conversation in the "favourites" conversations list # /var/www/html/message/tests/behat/message_send_messages.feature:54
|
WebDriver\Exception\UnknownError: unknown error
|
Scenario: Unstar a group conversation # /var/www/html/message/tests/behat/favourite_conversations.feature:42
|
And I select "Group 1" conversation in messaging # /var/www/html/message/tests/behat/favourite_conversations.feature:52
|
WebDriver\Exception\UnknownError
|
Scenario: Star a private conversation # /var/www/html/message/tests/behat/favourite_conversations.feature:61
|
And "Student 2" "group_message" should exist # /var/www/html/message/tests/behat/favourite_conversations.feature:68
|
Group_message matching locator "'Student 2'" not found.
|
Ciao