MDL-75173 behat: Fix broken test.

Test was testing failing state when student didn't receive passing
grade. But it was expecting that completion criteria is completed
which was wrong.
This commit is contained in:
Ilya Tregubov 2022-07-08 15:13:20 +04:00
parent def5d29730
commit d6fa50d175

View File

@ -133,4 +133,4 @@ Feature: Enable Block Completion in a course using activity completion
And I am on "Course 1" course homepage
And I follow "More details"
And I should see "Achieving grade, Achieving passing grade" in the "Activity completion" "table_row"
And I should see "Yes" in the "Activity completion" "table_row"
And I should see "No" in the "Activity completion" "table_row"