mirror of
https://github.com/discourse/discourse.git
synced 2025-06-13 00:05:43 +08: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 visit("/t/internationalization-localization/280");
|
||||||
await click("#topic-footer-buttons .create");
|
await click("#topic-footer-buttons .create");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user