mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Skip composer duplicate link test (#12509)
This commit is contained in:
@@ -936,7 +936,7 @@ acceptance("Composer", function (needs) {
|
||||
);
|
||||
});
|
||||
|
||||
test("Shows duplicate_link notice", async function (assert) {
|
||||
skip("Shows duplicate_link notice", async function (assert) {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
await click("#topic-footer-buttons .create");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user