From eb0e8f6bd560d9cc6e708efd5cdf1be3ea7c25bf Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Wed, 14 Jun 2023 08:57:43 +0800 Subject: [PATCH] MDL-76445 gradereport_singleview: Fix Behat test When you unenrol a user, the notification blocks some tertiary navigation links. --- grade/report/singleview/tests/behat/singleview.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/grade/report/singleview/tests/behat/singleview.feature b/grade/report/singleview/tests/behat/singleview.feature index 78d5a36dbf3..cf2a48427c4 100644 --- a/grade/report/singleview/tests/behat/singleview.feature +++ b/grade/report/singleview/tests/behat/singleview.feature @@ -262,6 +262,7 @@ Feature: We can use Single view And I navigate to course participants And I click on "Unenrol" "icon" in the "Gronya,Beecham" "table_row" And I click on "Unenrol" "button" in the "Unenrol" "dialogue" + And I am on "Course 1" course homepage When I navigate to "View > Single view" in the course gradebook Then I should see "Select a user above to view all their grades" in the "region-main" "region" And I should not see "Gronya,Beecham" in the "region-main" "region"