From d80fbaaca6a67c1b1b7f009ee2203844901fd423 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 26 Jul 2018 14:49:04 +0800 Subject: [PATCH] MDL-62950 behat: Correct path to P&P --- admin/tool/policy/tests/behat/consent.feature | 4 ++-- auth/tests/behat/validateagedigitalconsentmap.feature | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tool/policy/tests/behat/consent.feature b/admin/tool/policy/tests/behat/consent.feature index 6c504eb9c8a..6a5f4c0cd3c 100644 --- a/admin/tool/policy/tests/behat/consent.feature +++ b/admin/tool/policy/tests/behat/consent.feature @@ -364,7 +364,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign And I log out # Create new policy document. And I log in as "admin" - And I navigate to "Manage policies" node in "Site administration > Privacy and policies" + And I navigate to "Manage policies" node in "Site administration > Users > Privacy and policies" And I should see "Policies and agreements" And I should see "New policy" And I follow "New policy" @@ -419,7 +419,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign And I log out # Create new version of the policy document. And I log in as "admin" - And I navigate to "Manage policies" node in "Site administration > Privacy and policies" + And I navigate to "Manage policies" node in "Site administration > Users > Privacy and policies" When I follow "Actions" Then I should see "View" And I should see "Edit" diff --git a/auth/tests/behat/validateagedigitalconsentmap.feature b/auth/tests/behat/validateagedigitalconsentmap.feature index 9fe1753e427..7381991045f 100644 --- a/auth/tests/behat/validateagedigitalconsentmap.feature +++ b/auth/tests/behat/validateagedigitalconsentmap.feature @@ -6,7 +6,7 @@ Feature: Test validation of 'Age of digital consent' setting. Background: Given I log in as "admin" - And I navigate to "Privacy settings" node in "Site administration > Privacy and policies" + And I navigate to "Privacy settings" node in "Site administration > Users > Privacy and policies" Scenario: Admin provides valid value for 'Age of digital consent'. Given I set the field "s__agedigitalconsentmap" to multiline: -- 2.43.0