diff --git a/admin/tool/dataprivacy/tests/behat/datadelete.feature b/admin/tool/dataprivacy/tests/behat/datadelete.feature index 4add17ff96e..78de5b56b96 100644 --- a/admin/tool/dataprivacy/tests/behat/datadelete.feature +++ b/admin/tool/dataprivacy/tests/behat/datadelete.feature @@ -248,5 +248,5 @@ Feature: Data delete from the privacy API And I follow "Profile" in the user menu And I follow "Delete my account" When I press "Save changes" - Then I should see "Your request has been submitted and will be processed soon" + Then I should see "Your request has been submitted and will be processed soon." And I should see "Approved" in the "Delete all of my personal data" "table_row" diff --git a/admin/tool/dataprivacy/tests/behat/dataexport.feature b/admin/tool/dataprivacy/tests/behat/dataexport.feature index 65fec34ae42..9c7d732c907 100644 --- a/admin/tool/dataprivacy/tests/behat/dataexport.feature +++ b/admin/tool/dataprivacy/tests/behat/dataexport.feature @@ -159,5 +159,5 @@ Feature: Data export from the privacy API And I follow "Profile" in the user menu And I follow "Export all of my personal data" When I press "Save changes" - Then I should see "Your request has been submitted and will be processed soon" + Then I should see "Your request has been submitted and will be processed soon." And I should see "Approved" in the "Export all of my personal data" "table_row"