Cover change username page with e2e tests and fix minor bugs

This commit is contained in:
SleepWalker
2019-12-29 13:57:44 +02:00
parent b2c072e5e1
commit f284664818
15 changed files with 230 additions and 156 deletions

View File

@@ -18,7 +18,7 @@ export interface User {
}
export type State = {
user: User; // TODO: replace with centralized global state
user: User;
};
const defaults: User = {