stable

Clone or download

Read-only

request #14847 E2E test [Appearance & Language] tab in user preferences

This commit provides Cypress tests for the [Appearance & Language] tab in the user preferences. These tests are described in enterprise #72370 Change-Id: I51378a91453583dfc8ca1f748b662fbe1c2ec5c7

Modified Files

Name
M src/common/User/Account/templates/appearance.mustache +2 −2 Go to diff View file
M src/common/User/Account/templates/appearance/accessibility.mustache +1 −0 Go to diff View file
M src/common/User/Account/templates/appearance/color.mustache +1 −0 Go to diff View file
M src/common/User/Account/templates/appearance/condensed.mustache +14 −2 Go to diff View file
M src/common/User/Account/templates/appearance/language.mustache +7 −1 Go to diff View file
M src/common/User/Account/templates/appearance/preview.mustache +1 −0 Go to diff View file
M src/common/User/Account/templates/appearance/username.mustache +5 −1 Go to diff View file
M tests/e2e/full/cypress/integration/user_preferences.spec.js +120 −0 Go to diff View file