diff --git a/admin/tool/behat/tests/behat/list_steps.feature b/admin/tool/behat/tests/behat/list_steps.feature index 708a0e71cee..2f0dc2fe8cb 100644 --- a/admin/tool/behat/tests/behat/list_steps.feature +++ b/admin/tool/behat/tests/behat/list_steps.feature @@ -11,7 +11,7 @@ Feature: List the system steps definitions @javascript Scenario: Accessing the list - Then I should see "Steps definitions" + Then I should see "Step definitions" And I should not see "There aren't steps definitions matching this filter" @javascript diff --git a/admin/tool/dataprivacy/tests/behat/datadelete.feature b/admin/tool/dataprivacy/tests/behat/datadelete.feature index c6454bd5504..7f9cef988bb 100644 --- a/admin/tool/dataprivacy/tests/behat/datadelete.feature +++ b/admin/tool/dataprivacy/tests/behat/datadelete.feature @@ -30,7 +30,7 @@ Feature: Data delete from the privacy API And I log in as "admin" And I navigate to "Users > Privacy and policies > Data requests" in site administration And I follow "New request" - And I set the field "Requesting for" to "Victim User 1" + And I set the field "User" to "Victim User 1" And I set the field "Type" to "Delete all of my personal data" And I press "Save changes" Then I should see "Victim User 1" @@ -93,7 +93,7 @@ Feature: Data delete from the privacy API And I follow "Profile" in the user menu And I follow "Data requests" And I follow "New request" - And I set the field "Requesting for" to "Victim User 1" + And I set the field "User" to "Victim User 1" And I set the field "Type" to "Delete all of my personal data" And I press "Save changes" Then I should see "Victim User 1" diff --git a/admin/tool/dataprivacy/tests/behat/dataexport.feature b/admin/tool/dataprivacy/tests/behat/dataexport.feature index 50c58bc2373..0b4a2e44fc1 100644 --- a/admin/tool/dataprivacy/tests/behat/dataexport.feature +++ b/admin/tool/dataprivacy/tests/behat/dataexport.feature @@ -27,7 +27,7 @@ Feature: Data export from the privacy API Given I log in as "admin" And I navigate to "Users > Privacy and policies > Data requests" in site administration And I follow "New request" - And I set the field "Requesting for" to "Victim User 1" + And I set the field "User" to "Victim User 1" And I press "Save changes" Then I should see "Victim User 1" And I should see "Pending" in the "Victim User 1" "table_row" @@ -96,7 +96,7 @@ Feature: Data export from the privacy API And I follow "Profile" in the user menu And I follow "Data requests" And I follow "New request" - And I set the field "Requesting for" to "Victim User 1" + And I set the field "User" to "Victim User 1" And I press "Save changes" Then I should see "Victim User 1" And I should see "Pending" in the "Victim User 1" "table_row" diff --git a/auth/tests/behat/verifyageofconsent.feature b/auth/tests/behat/verifyageofconsent.feature index 9f04967367c..8782f895cb7 100644 --- a/auth/tests/behat/verifyageofconsent.feature +++ b/auth/tests/behat/verifyageofconsent.feature @@ -35,11 +35,11 @@ Feature: Test the 'Digital age of consent verification' feature works. When I set the field "What is your age?" to "12" And I set the field "In which country do you live?" to "AT" And I press "Proceed" - Then I should see "You are considered to be a digital minor." - And I should see "To create an account on this site please have your parent/guardian contact the following person." + Then I should see "You are too young to create an account on this site." + And I should see "Please ask your parent/guardian to contact:" # Try to access the sign up page again. When I click on "Back to the site home" "link" And I click on "Log in" "link" in the ".logininfo" "css_element" And I press "Create new account" - Then I should see "You are considered to be a digital minor." - And I should see "To create an account on this site please have your parent/guardian contact the following person." + Then I should see "You are too young to create an account on this site." + And I should see "Please ask your parent/guardian to contact:"