Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.4, 3.1
-
Fix Version/s: 3.0.5
-
Component/s: Automated functional tests (behat)
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Fixed Branches:MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-mdl-54640
-
Pull Master Diff URL:
Description
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)
|