mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
DEV: Skip composer duplicate link test (#12509)
This commit is contained in:
parent
9dca7fe9a3
commit
b8822c7a87
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user