-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.4, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE
-
wip-mdl-54640
-
MDL-54130 got in last week and calling cron after marking completion status.
cron can fail at point when the cron executes at same second as the click happened.
Failing scenarios are:
Then I should see "Status: Complete" in the "Course completion status" "block" # /store/moodle/behat_whole_suite_m_parallel/blocks/completionstatus/tests/behat/block_completionstatus_manual_self.feature:41
|
"Status: Complete" text was not found in the "Course completion status" element (Behat\Mink\Exception\ExpectationException)
|
|
Then I should see "Status: Complete" in the "Course completion status" "block" # /store/moodle/behat_whole_suite_m_parallel/blocks/completionstatus/tests/behat/block_completionstatus_manual_other.feature:47
|
"Status: Complete" text was not found in the "Course completion status" element (Behat\Mink\Exception\ExpectationException)
|
|
Then I should see "Status: Complete" in the "Course completion status" "block" # /store/moodle/behat_whole_suite_m_parallel/blocks/completionstatus/tests/behat/block_completionstatus_manual_other.feature:95
|
"Status: Complete" text was not found in the "Course completion status" element (Behat\Mink\Exception\ExpectationException)
|