From: Andrew Nicols Date: Wed, 9 Dec 2020 23:53:56 +0000 (+0800) Subject: MDL-70320 behat: User full path to page admin node X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=c571f582bf66d47f903b5038ee00cebd9ad2f6fb MDL-70320 behat: User full path to page admin node --- diff --git a/admin/tool/behat/tests/behat/edit_permissions.feature b/admin/tool/behat/tests/behat/edit_permissions.feature index 52599d31dca..7394512c5ce 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 (Teacher)" in the "Teacher 1" "table_row" And I should see "Teacher < \"editing\" (Non-editing teacher)" in the "Teaching Assistant" "table_row" And I should see "Studier & 'learner' (Student)" 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"