DEV: Remove an obsolete "preferences/about-me" route (#8251)

User's title and bio can be changed on the "preferences/account" page.
This commit is contained in:
Jarek Radosz
2019-10-28 17:29:14 +01:00
committed by GitHub
parent 790e1b7191
commit 5776251cdd
6 changed files with 0 additions and 90 deletions

View File

@@ -160,11 +160,6 @@ QUnit.test("username", async assert => {
assert.ok(exists("#change_username"), "it has the input element");
});
QUnit.test("about me", async assert => {
await visit("/u/eviltrout/preferences/about-me");
assert.ok(exists(".raw-bio"), "it has the input element");
});
QUnit.test("email", async assert => {
await visit("/u/eviltrout/preferences/email");