DEV: Remove unused code and translations

The edit PM button was removed in ecc8e559ec
This commit is contained in:
Gerhard Schlager
2022-11-09 13:53:47 +01:00
committed by Gerhard Schlager
parent b0ea919b09
commit 04b0035009
3 changed files with 2 additions and 20 deletions

View File

@@ -1,8 +1,4 @@
import {
acceptance,
exists,
query,
} from "discourse/tests/helpers/qunit-helpers";
import { acceptance, query } from "discourse/tests/helpers/qunit-helpers";
import I18n from "I18n";
import { test } from "qunit";
import { visit } from "@ember/test-helpers";
@@ -10,15 +6,6 @@ import { visit } from "@ember/test-helpers";
acceptance("Personal Message", function (needs) {
needs.user();
test("footer edit button", async function (assert) {
await visit("/t/pm-for-testing/12");
assert.ok(
!exists(".edit-message"),
"does not show edit first post button on footer by default"
);
});
test("suggested messages", async function (assert) {
await visit("/t/pm-for-testing/12");