-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.3, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE
-
MDL-65447-master -
- Behat on CI should pass this for us
Since MDL-64673, we see some random failures on messaging favourites:
001 Scenario: Star a private conversation # /var/www/html/message/tests/behat/favourite_conversations.feature:61
|
And I open the "Private" conversations list # /var/www/html/message/tests/behat/favourite_conversations.feature:67
|
element click intercepted: Element <button class="btn btn-link w-100 text-left p-2 d-flex align-items-center overview-section-toggle collapsed" data-toggle="collapse" data-target="#view-overview-messages-target-5cc71814787495cc718146285c18" aria-expanded="false" aria-controls="view-overview-messages-target-5cc71814787495cc718146285c18">...</button> is not clickable at point (849, 297). Other element would receive the click: <p class="m-0 font-weight-light text-truncate last-message" data-region="last-message">...</p>
|
(Session info: chrome=74.0.3729.108)
|
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.15.0-46-generic x86_64) (Exception)
|
These happen because the location of the "Private" section is calculated while the tab is in the process of expanding, and when it is clicked moments later is has now moved.
These sections make use of the Bootstrap "collapse" component, including the BS javascript.
- blocks
-
MDL-64993 Add behat test for new message drawer to self conversations
- Closed
- caused a regression
-
MDL-69086 Pending JS "closed.bs.alert" when closing a Bootstrap alert
- Closed
- has a non-specific relationship to
-
MDL-65060 Add behat test for new message drawer to delete messages
- Closed
- has been marked as being related by
-
MDL-65493 Random failures on Messaging (Clean and 36_STABLE)
- Closed