Skip to content

Commit

Permalink
fix: change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Apr 9, 2024
1 parent eca51d5 commit fd65389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platforms/web/public/locales/en/user.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"account": {
"about_you": "Profile info",
"about_you": "Account info",
"add_password": "Add password",
"add_password_error": "Failed to proceed to the Add Password screen. Please try again.",
"add_password_modal_text": "We sent instructions to {{email}} on how to add a password. If you don’t receive the email within a few minutes, check your spam folder or",
Expand Down
4 changes: 2 additions & 2 deletions platforms/web/test-e2e/tests/account_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function runTestSuite(config: typeof testConfigs.svod, providerName: string, res
I.see('Password');
I.see('Edit password');

I.see('Profile info');
I.see('Account info');
I.see('First name');
I.seeInField('input[name="firstName"][readonly]', firstName);
I.see('Last name');
Expand Down Expand Up @@ -253,7 +253,7 @@ function runTestSuite(config: typeof testConfigs.svod, providerName: string, res

Scenario(`I can update my consents - ${providerName}`, async ({ I }) => {
I.amOnPage(constants.accountsUrl);
I.waitForText('Profile info', longTimeout);
I.waitForText('Account info', longTimeout);
I.scrollTo('//*[text() = "Legal & Marketing"]', undefined, -100);

I.dontSeeCheckboxIsChecked(consentCheckbox);
Expand Down

0 comments on commit fd65389

Please sign in to comment.