UX: remove edit PM button

Edit PM button leads to confusion and is uneeded
This commit is contained in:
Sam Saffron
2020-05-28 15:15:11 +10:00
parent c8370b9c78
commit ecc8e559ec
2 changed files with 0 additions and 32 deletions

View File

@@ -24,17 +24,3 @@ QUnit.test("suggested messages", async assert => {
I18n.t("suggested_topics.pm_title")
);
});
acceptance("Personal Message Tagging", {
loggedIn: true,
site: { can_tag_pms: true }
});
QUnit.test("show footer edit button", async assert => {
await visit("/t/pm-for-testing/12");
assert.ok(
exists(".edit-message"),
"shows edit first post button on footer when PM tagging is enabled"
);
});