From 17d6ecd26dcea8c5c05faad2fc3bb2a020575ad2 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 10 Dec 2020 07:53:56 +0800 Subject: [PATCH] MDL-70320 behat: User full path to page admin node --- admin/tool/behat/tests/behat/edit_permissions.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/behat/tests/behat/edit_permissions.feature b/admin/tool/behat/tests/behat/edit_permissions.feature index f5e90b8a4c3..bfcbb80eadb 100644 --- a/admin/tool/behat/tests/behat/edit_permissions.feature +++ b/admin/tool/behat/tests/behat/edit_permissions.feature @@ -78,7 +78,7 @@ Feature: Edit capabilities Then I should see "Teacher >= editing" in the "Teacher 1" "table_row" And I should see "Teacher < \"editing\"" in the "Teaching Assistant" "table_row" And I should see "Studier & 'learner'" in the "Student One" "table_row" - And I navigate to "Permissions" in current page administration + And I navigate to "Users > Permissions" in current page administration And I should see "Teacher >= editing" in the "mod/forum:replypost" "table_row" And I should see "Teacher < \"editing\"" in the "mod/forum:replypost" "table_row" And I should see "Studier & 'learner'" in the "mod/forum:replypost" "table_row"