correct miscellaneous issues with user login history

This commit is contained in:
Bianca Nenciu
2018-09-02 09:24:54 +02:00
committed by Sam
parent 8e70b82baa
commit f5e0356fb2
7 changed files with 73 additions and 26 deletions

View File

@ -211,6 +211,12 @@ QUnit.test("default avatar selector", async assert => {
);
});
QUnit.test("email field always shows up", async assert => {
await visit("/u/eviltrout/preferences");
assert.ok(exists(".pref-auth-tokens"), "it shows the auth tokens");
});
acceptance("Avatar selector when selectable avatars is enabled", {
loggedIn: true,
settings: { selectable_avatars_enabled: true },