MDL-67979 lang: Reflect the new string wording in the Behat test

This effectively only adds the full stop and would not break the test
but still.
This commit is contained in:
David Mudrák 2020-02-19 11:15:52 +01:00
parent a753f4f9a1
commit 930d9782e1
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"