From c2a1bb554599238137790b30157ac33dbadea957 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Fri, 14 May 2021 10:11:12 +0200 Subject: [PATCH] MDL-67935 tool_lp: fix random errors with login/logout --- badges/tests/behat/criteria_competency.feature | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/badges/tests/behat/criteria_competency.feature b/badges/tests/behat/criteria_competency.feature index f84cf828683..0945c09ae58 100644 --- a/badges/tests/behat/criteria_competency.feature +++ b/badges/tests/behat/criteria_competency.feature @@ -64,6 +64,7 @@ Feature: Award badges based on competency completion And I set the following fields to these values: | Rating | C | And I click on "Rate" "button" in the "Rate" "dialogue" + And I should see "The competency rating was manually set in the course" And I log out # See if we got the badge Then I log in as "user1" @@ -114,8 +115,8 @@ Feature: Award badges based on competency completion And I press "Rate" And I set the following fields to these values: | Rating | C | - And I wait until the page is ready And I click on "Rate" "button" in the "Rate" "dialogue" + And I should see "The competency rating was manually set in the course" And I log out # See if we got the badge Then I log in as "user1" @@ -168,8 +169,8 @@ Feature: Award badges based on competency completion And I press "Rate" And I set the following fields to these values: | Rating | C | - And I wait until the page is ready And I click on "Rate" "button" in the "Rate" "dialogue" + And I should see "The competency rating was manually set in the course" And I log out # We should not get the badge yet. Then I log in as "user1" @@ -184,8 +185,8 @@ Feature: Award badges based on competency completion And I press "Rate" And I set the following fields to these values: | Rating | C | - And I wait until the page is ready And I click on "Rate" "button" in the "Rate" "dialogue" + And I should see "The competency rating was manually set in the course" And I log out # See if we got the badge now. Then I log in as "user1"