remove test that is no longer relevant

This commit is contained in:
Sam 2018-09-04 10:52:12 +10:00
parent 3748d3e281
commit fcae21c4fc
1 changed files with 0 additions and 6 deletions

View File

@ -211,12 +211,6 @@ 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 },