mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Mark up User Profile page for translation (#43874)
* Mark up User profile page for translation * Extract new messages * updated selectors * update selectors * wip TestProvider * update tests * fix field labels * extract new messages * don't store date objects in redux state * don't store date objects in redux state
This commit is contained in:
@@ -322,4 +322,10 @@ export const Components = {
|
||||
DashboardRow: {
|
||||
title: (title: string) => `data-testid dashboard-row-title-${title}`,
|
||||
},
|
||||
UserProfile: {
|
||||
profileSaveButton: 'data-testid-user-profile-save',
|
||||
preferencesSaveButton: 'data-testid-shared-prefs-save',
|
||||
orgsTable: 'data-testid-user-orgs-table',
|
||||
sessionsTable: 'data-testid-user-sessions-table',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user