-
Bug
-
Resolution: Fixed
-
Minor
-
4.2
This is a follow-up from MDL-71157 "Random failures in block_myoverview" which has been fixed in the past and looks like it's back from the dead.
Scenario
Next page button should be disabled when on the last page of courses
Example of failed build
Console Output
001 Scenario: Next page button should be disabled when on the last page of courses # /var/www/html/blocks/myoverview/tests/behat/block_myoverview_pagination.feature:132
|
Then the "class" attribute of ".block_myoverview [data-control='next']" "css_element" should contain "disabled" # /var/www/html/blocks/myoverview/tests/behat/block_myoverview_pagination.feature:150
|
The attribute "class" does not contain "disabled" (actual value: "page-item") (Behat\Mink\Exception\ExpectationException)
|
This failure has been happening in different DB's, themes and moodle versions but looks like it's happening mostly on FF browser runs
- has been marked as being related by
-
MDL-71157 Random behat failures in various block_myoverview scenarios
- Closed