When we create a new user in the demo environment, the email address will now follow the format user.test@example.com instead of user@example.com. "user" was only 4 characters long, it created failing tests in the e2e suite.
added clearer sr-only translations and aria-hidden for non-essential content Signed-off-by: Cyril <c.gromoff@gmail.com>
Clean up e2e tests by removing unused utils and renaming some files for consistency.