mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
correct miscellaneous issues with user login history
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user